AdminGetUserResponse
Represents the response from the server from the request to get the specified user as an administrator.
Types
Properties
This response parameter is no longer supported. It provides information only about SMS MFA configurations. It doesn't provide information about time-based one-time password (TOTP) software token MFA configurations. To look up information about either type of MFA configuration, use UserMFASettingList instead.
The user's preferred MFA. Users can prefer SMS message, email message, or TOTP MFA.
An array of name-value pairs of user attributes and their values, for example "email": "[email protected]"
.
The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date
object.
The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date
object.
The MFA options that are activated for the user. The possible values in this list are SMS_MFA
, EMAIL_OTP
, and SOFTWARE_TOKEN_MFA
.
The user's status. Can be one of the following: