An object representing an admin.
Attributes | JSON Type | Description |
---|---|---|
id | Integer | Unique identifier representing the admin for this account. Cannot be set by an endpoint, only retrieved. |
email | String | Email address. |
first_name | String | Legal first name. |
middle_name | String | Legal middle name. |
last_name | String | Legal last name. |
role | String | Admin's role on the account. One of: admin , restricted_admin , or pending_admin . See Admin Roles. |
policy | Integer | ID of the managed access policy applied to this admin user. Only applies to restricted admin. |
groups | Array of Integers | List of Group IDs for groups applied to the managed access policy. Only applies to restricted admin. |
created_at | String (format: ISO 8601) | Timestamp when admin record was created. Cannot be set by an endpoint, only retrieved. |
updated_at | String (format: ISO 8601) | Timestamp when admin record was last updated. Cannot be set by an endpoint, only retrieved. |
last_sign_in_at | String (format: ISO 8601) | Timestamp of last log in, null if never signed in. Cannot be set by an endpoint, only retrieved. |