User

Retrieve User

Used to retrieve existing users

get/users/withAllAttributes/{id}

Path parameters

idstring required

The user ID to retrieve

Response

The user that was retrieved

source'auth0' | 'okta'

The auth provider where the user exists.

source_idstring

The id of the user at the auth provider.

is_support_adminboolean

User is support administrator

is_global_adminboolean

Indicates if the user is a global administrator.

Changes