The email of the user.
The firstname of the user.
The internal ID of the account.
Whether the account has administrative permissions.
The language set for the user.
The lastname of the user.
The two-factor authentication tokens for the account.
The username of the user.
Returns a formatted URL to the client account.
The formatted URL.
Creates an API key associated with the account.
The description (or memo) for the key.
A list of IP addresses that can use this key.
The new API key.
Creates an SSH key associated with the account.
The name of the key.
The public key to authorize.
The new SSH key.
Deletes an API key from the account.
The identifier of the key.
Disables 2FA on the account and removes existing authentication tokens.
The account password.
Enables 2FA for the account.
The 2FA code.
A list of 2FA codes.
Fetches any missing/partial account information.
The updated instance.
A list of activity logs on the account.
A list of API keys associated with the account.
A list of SSH keys associated with the account.
Fetches the 2FA image URL code.
The two-factor image URL code.
Removes an SSH key from the account.
The fingerprint of the SSH key.
Converts the user into a JSON object, relative to the API response object.
The JSON object.
The string representation of the user.
Updates the email for the account.
The new email.
The password for the account.
The updated account instance.
Updates the password for the account. Note: the password is not stored in the account instance.
The account's current password.
The new password for the account.
The updated account instance (no change).
Generated using TypeDoc
The identifiers of API keys associated with the account.