Name | Type | Description | Notes |
---|---|---|---|
login | str | [optional] [readonly] | |
name | str | The real life name of the user. | [optional] |
limit_services | bool | Indicates that the user has limited access to the customer's services. | [optional] |
locked | bool, none_type | Indicates whether the is account is locked for editing or not. | [optional] |
require_new_password | bool, none_type | Indicates if a new password is required at next login. | [optional] |
role | RoleUser | [optional] | |
two_factor_auth_enabled | bool, none_type | Indicates if 2FA is enabled on the user. | [optional] |
two_factor_setup_required | bool | Indicates if 2FA is required by the user's customer account. | [optional] |
created_at | datetime, none_type | Date and time in ISO 8601 format. | [optional] [readonly] |
deleted_at | datetime, none_type | Date and time in ISO 8601 format. | [optional] [readonly] |
updated_at | datetime, none_type | Date and time in ISO 8601 format. | [optional] [readonly] |
id | str | [optional] [readonly] | |
email_hash | str | The alphanumeric string identifying a email login. | [optional] [readonly] |
customer_id | str | [optional] [readonly] | |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |