GetUserResponse
class GetUserResponse
Represents the response from the server from the request to get information about the user.
Types
Properties
Link copied to clipboard
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.
Link copied to clipboard
The user's preferred MFA. Users can prefer SMS message, email message, or TOTP MFA.
Link copied to clipboard
An array of name-value pairs representing user attributes.
Link copied to clipboard
The MFA options that are activated for the user. The possible values in this list are SMS_MFA
, EMAIL_OTP
, and SOFTWARE_TOKEN_MFA
.