Path Parameters
The user id.
Body
application/json
The name of the deleted user. Format: users/{user}
Response
OK
The name of the user. Format: users/{user}. {user} is a system-generated unique ID.
The lifecycle state of the user account.
Available options:
STATE_UNSPECIFIED
, ACTIVE
, DELETED
The email address of the user, used for login and notifications.
The display title or full name of the user.
The type of user account.
Available options:
USER_TYPE_UNSPECIFIED
, USER
, SYSTEM_BOT
, SERVICE_ACCOUNT
The mfa_enabled flag means if the user has enabled MFA.
The mfa_secret is the temporary secret using in two phase verification.
The recovery_codes is the temporary recovery codes using in two phase verification.
Should be a valid E.164 compliant phone number. Could be empty.
User profile metadata.
The groups for the user. Format: groups/{email}