Amazon Cognito · Example Payload

Cognito Idp List Users In Group Request Example

AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

Cognito Idp List Users In Group Request Example is an example object payload from Amazon Cognito, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

UserPoolIdGroupNameLimitNextToken

Example Payload

Raw ↑
{
  "UserPoolId": "my-user-pool-01",
  "GroupName": "my-user-pool-01",
  "Limit": "example-value",
  "NextToken": "eyJhbGciOiJSUzI1NiJ9..."
}