Optionalemail?: stringOptional Readonlylast_login?: { login_datetime?: string; status?: "successful" | "failed" } | nullRead-only Details on this user's last login attempt. Returned as null if this user hasn't attempted a login since it was created. You can run the List user logins operation for additional login information.
Optional Readonlypassword_created?: string | nullRead-only When this user's current password was created. You initially create a password during the account sign-up process, and you can update it using the Reset Password webpage. Returned as null if this user doesn't have a password set.
Optionalrestricted?: booleanIf true, this user needs specific access granted to perform actions or access entities on your account. Run List a user's grants for details on how to configure grants for a restricted user.
Optional Readonlyssh_keys?: string[]Read-only A list of the labels for SSH keys added by this user. Users can add keys with the Add an SSH key operation. These keys are deployed when this user is included in the authorized_users field of the following requests:
Optional Readonlytfa_enabled?: booleanRead-only Whether this user has Two Factor Authentication (TFA) enabled. Run the Create a two factor secret operation to enable TFA.
Optionalusername?: stringFilterable The name of this user. This user needs to use this value to log in. It may also display alongside actions this user performs, including events or public StackScripts.
Optional Readonlyverified_phone_number?: string | nullRead-only The verified phone number for this user profile. Returned as null if the user doesn't have a verified phone number.
Optionaluser_type?: "parent" | "child" | "proxy" | "default"Read-only If the user belongs to a parent or child account relationship, this defines the user type in the respective account. Possible values include:
parent. This is a user in an Akamai partner account. Akamai partners have a contractual relationship with their end customers, to sell Akamai services. This user can either have full access (a parent account admin user) or limited access. Limited users don't have access to manage child accounts, but they can be granted this access by an admin user.
child. This is an Akamai partner's end customer user, in a child account. A child user can have either full or limited access. Full access lets the user manage other child users and the proxy user in a child account.
proxy. This is a user on a child account that gives parent account users access to that child account. A parent account user with the child_account_access grant can Create a proxy user token from the parent account. The parent user can use this token to run API operations from the child account, as if they were a child user.
default. This applies to all regular, non-parent-child account users.
This user's email address. Akamai uses this address for account management communications.