aid_accounts_aid_mgmnt_users_activities_get
account users
Get user activity log
Get activities for User
scopes:
- admin:accounts
- read:accounts
GET
aid_accounts_aid_mgmnt_users_activities_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).
Path Parameters
An id that uniquely identifies the account or owner (partner)
Id identifying the user
Maximum string length:
255Response
List of Audit events
An UUID that uniquely identifies the resource
The date-time when the resource was created
Name of the action
Example:
"auth.token"
ID of the target entity of the action
Context for the event
Example:
{
"ip": "93.184.216.34",
"user_agent": "Mozilla/5.0 .."
}
User ID who initiated the action.
Last modified on May 29, 2026