Amazon Cognito · Example Payload

User Pools Admin List Devices Response Example

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

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

Top-level fields

DevicesPaginationToken

Example Payload

Raw ↑
{
  "Devices": "example-string",
  "PaginationToken": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.example"
}