Amazon Cognito · Example Payload

Cognito Idp User Type Example

AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

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

Top-level fields

UsernameAttributesUserCreateDateUserLastModifiedDateEnabledUserStatusMFAOptions

Example Payload

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