Skip to content

Instantly share code, notes, and snippets.

@hawkerfun
Last active May 9, 2020 01:13
Show Gist options
  • Save hawkerfun/c840e0f1407bebf0e7115c87ba42206d to your computer and use it in GitHub Desktop.
Save hawkerfun/c840e0f1407bebf0e7115c87ba42206d to your computer and use it in GitHub Desktop.
AmazonCognitoUserPool
{
"PaginationToken": "AAAAAAAAAAAAAAAAAAAAAAAAAAA/Ah/fAAAAAAAAAAAAPmvm3EtvdXCldvPxeFjLeyJAbiI6IlBhZ2luYXRpb25Db250aW51YXRpb25EVE8iLCJuZXh0S2V5IjoiQUFBQUFBQUFEbWgzQVFFQmlJU3pzVFV5UU1hOXlOemtyMFptalVlMzJPZmoxRU5BbGlkR0Q0YW9JRnhsYm1ZN01EQXdNRFppTldVdE9EZGxZUzAwTm1NMExXRTVNV1V0T1dJeFpXVmxaREJsWldNNE93PT0iLCJwcmV2aW91c1JlcXVlc3RUaW1lIjoxNTg4OTgxNzg4NzM1fRog+pNR1meJaIpnV4VAV6I4eDxha9uibDntnfRlMkThFS8=",
"Users": [
{
"Username": "0000aaaa-458b-aaaa-85c6-7a535a813aaa",
"Enabled": true,
"UserStatus": "CONFIRMED",
"UserCreateDate": 1545049623.5,
"UserLastModifiedDate": 1545049623.5,
"Attributes": [
{
"Name": "sub",
"Value": "0000aaaa-458b-aaaa-85c6-7a535a813aaa"
},
{
"Name": "custom:album_name",
"Value": "The Game"
},
{
"Name": "custom:album_release_year",
"Value": "1980"
},
{
"Name": "given_name",
"Value": "Freddie"
},
{
"Name": "family_name",
"Value": "Mercury"
},
{
"Name": "email",
"Value": "FreddieMercury@queen.com"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment