Amazon Cognito · Example Payload

Cognito Idp Admin Get User Response Example

AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

Cognito Idp Admin Get User Response Example is an example object payload from Amazon Cognito, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

UsernameUserAttributesUserCreateDateUserLastModifiedDateEnabledUserStatusMFAOptionsPreferredMfaSettingUserMFASettingList

Example Payload

Raw ↑
{
  "Username": "my-user-pool-01",
  "UserAttributes": "example-value",
  "UserCreateDate": "example-value",
  "UserLastModifiedDate": "example-value",
  "Enabled": "example-value",
  "UserStatus": "CONFIRMED",
  "MFAOptions": "example-value",
  "PreferredMfaSetting": "example-value",
  "UserMFASettingList": "example-value"
}