Name | Type | Description | Notes |
---|---|---|---|
id | str | The user's unique ID. This property supports: searching. | [optional] |
customer_id | str | The ID of the customer that manages the user. | [optional] |
roles | list[MappedRoleResponseModel] | The roles that are assigned to the user. | [optional] |
str | The user's email address. This property supports: sorting, filtering and searching. | [optional] | |
saml_provider | UserSamlProviderResponseModel | [optional] | |
allowed_auth_types | list[str] | The user's allowed authorization types. | [optional] |
created_date | datetime | The user's creation date. This property supports: sorting and filtering. | [optional] |
last_login_date | datetime | The user's last login date. This property supports: sorting and filtering. | [optional] |
is_locked_out | bool | The user's lock out status. If true, the user is locked out and will not be permitted to login. This property supports: filtering. | [optional] |
last_lockout_date | datetime | If the user is locked, the date on which the user was locked out. | [optional] |
is_activated | bool | The user's activation status. Some actions may be limited if the user is inactive. This property supports: filtering. | [optional] |
organization_note | str | The user's organizational, shared note. | [optional] |
personal_note | str | The user's personal note. | [optional] |
has_user_level_access | bool | Flag that indicate whether or not the user has user level access. This property supports: filtering. | [optional] |