Methods

  • get - Retrieve info about your own user account
  • get - Retrieve info about users in your own organization

Resource

{
    "id": "string",
    "is_deleted": "boolean",
    "is_terminal_user": "boolean",
    "name": "string",
    "permissions": [
        "string"
    ],
    "username": "string"
}

Properties

Name Type Description Additional
id string

The id of the user

is_deleted boolean

Flags the user as deleted

is_terminal_user boolean

Flags the user as a terminal user

name string

The full name of the user

permissions[] array of string

A list of permissions the user has

username string