Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Request Body

None.

Response

Response

...

Key

...

Description

...

X-SL-StatusCode

...

Status code indicating the results of the request.

Learn more: HTTP Status Code Registry

Response Body

Code Block
languagejson
{
  "last_name": "...",
  "first_name": "...",
  "password_last_updated": "...",
  "password_expired": ...,
  "allow_password_login": ...,
  "organizations": [
    {
      "administrator": ...,
      "id": "...",
      "name": "..."
    },
    ...
  ],
  "basic_access": "...",
  "ui_access": ...,
  "user_locked_out": ...,
  "service_account": ...,
  "email": "..."
}

...