Amazon Cognito · Example Payload

User Pools User Pool Client Description Example

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

User Pools User Pool Client Description Example is an example object payload from Amazon Cognito, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ClientIdUserPoolIdClientName

Example Payload

Raw ↑
{
  "ClientId": "example-string",
  "UserPoolId": "us-east-1_example",
  "ClientName": "example-name"
}