Update User
Update user
scopes:
- admin:accounts
- write:accounts
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).
Path Parameters
An id that uniquely identifies the account or owner (partner)
Id identifying the user
255Query Parameters
Expand properties in the response
roles Body
"John Doe"
Create user with one or more roles. The authorization used to create the user must have access to use the role, i.e. have the same scopes as granted by the role.
[
{
"id": "7b288256-f4f8-4370-bb63-7157652ead21"
},
{
"id": "42e75d9b-af5a-41bc-bf21-ed30444a268e"
}
]Defines an terms and conditions agreement between a company or user and Dintero
Response
Account user updated
An admin user for the account
"customer@example.com"
An UUID that uniquely identifies the resource
The date-time when the resource was created
The ID of the user/client created the resource
"1c92f7e1-2897-4d46-bdcc-c127a914fb4e"
The date-time when the resource was last updated
The ID of the user/client created the resource
"1c92f7e1-2897-4d46-bdcc-c127a914fb4e"
"John Doe"
Defines an terms and conditions agreement between a company or user and Dintero
Account user configurations