retrieve user information

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

UserSidstringRequired

Response

user information
user_sidstringOptionalformat: "uuid"
namestringOptional
username
emailstringOptional
user email address
is_activeenumOptional
user account is active
force_changeenumOptional
require the user to change password on next login
account_sidstringOptionalformat: "uuid"
account sid the account the user will have access to, if not set will create a Service Provider account
service_provider_sidstringOptionalformat: "uuid"
The service provider sid, the account is under, if not set account will be admin level
is_view_onlybooleanOptional
If set to true the user will not be able to make changes
providerenumOptional
provider_user_idstringOptional
scopeenumOptional
phone_activation_codestringOptional
email_activation_codestringOptional
email_validatedenumOptional
phone_validatedenumOptional
email_content_opt_outenumOptional
pending_emailstringOptional
phonestringOptional

Errors

403
Forbidden Error
500
Internal Server Error