account_user_get
account users
Authenticated User
Get public and private profile information when authenticated through Bearer auth
Use ID token as Bearer token if the user was authenticated externally. The ID token must include a
scopes:
- openid
- aws.cognito.signin.user.admin
GET
account_user_get
Authorizations
Bearer authentication (token authentication) should be used for accessing the API.
Use Get Token to get an access token for client credentials. Pass the token in the request header:
Authorization: Bearer {access_token}where the access_token is JSON Web Tokens (JWT).
Last modified on June 19, 2026