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
Documentation Index
Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
Use this file to discover all available pages before exploring further.
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 May 29, 2026