Amazon Cognito · Example Payload

User Pools Admin Get Device Request Example

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

User Pools Admin Get Device Request 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

DeviceKeyUserPoolIdUsername

Example Payload

Raw ↑
{
  "DeviceKey": "example-string",
  "UserPoolId": "us-east-1_example",
  "Username": "jsmith"
}