User object
The user object attributes are described below:
Attribute |
Type |
Description |
---|---|---|
id |
string |
Unique identifier for the user role. |
|
string |
Email associated with user account. |
first_name |
string |
First name. |
last_name |
string |
Last name. |
app_scope_id |
string |
The scope to which the user is assigned. Maybe empty if the user is a “Service Provider User”. |
role_ids |
list |
List of IDs of roles assigned to the user account. |
by- pass_external_auth |
boolean |
True for local users and false for external auth users (ldap or sso). |
disabled_at |
integer |
Unix timestamp of when the user has been disabled. Zero or null, otherwise. |