Get Status
    • Dark
      Light
    • PDF

    Get Status

    • Dark
      Light
    • PDF

    Article summary

    Get
    /api/v1/users.getStatus

    Gets a user's status in your workspace.

    Changelog

    VersionDescription
    1.2.0Added
    Query parameters
    userId
    string

    The userId of the user. Alternatively, you can use the username property and value. If the value is not provided, the authenticated user is used.

    ExampleW7NHuX5ri2e3mu2Fc
    Responses
    200

    OK

    Success Example
    {
      "message": "Latest status",
      "connectionStatus": "online",
      "status": "online",
      "success": true
    }
    object
    message
    string
    connectionStatus
    string
    status
    string
    success
    boolean
    401

    Unauthorized

    Authorization Error
    {
      "status": "error",
      "message": "You must be logged in to do this."
    }
    object
    status
    string
    message
    string

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.