# Get account
This endpoint retrieves the details of the account of the calling user.
Method | Path | Operation* |
---|---|---|
GET | /account | get_account |
*
In order for a user to perform the "get_account" operation, the "get_account" permission must be included in the list of allowed actions in the statement of the user's role.
# Request
No parameters.
# Response
Attribute | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
uuid | string | Account UUID. | ||||||||
created_ts | timestamp | Time at which the account was created. Measured in seconds (to three decimal places) that have elapsed since the Unix epoch(opens new window). | ||||||||
updated_ts | timestamp | Time at which the account configuration was last updated. Measured in seconds (to three decimal places) that have elapsed since the Unix epoch(opens new window). | ||||||||
resource_access_log | dictionary | Dictionary defining the Resource Access Log tables configured for the account. The key is a Rule, the value is a dictionary with Resource Access Log table names (keys) and their (optional) |
Attribute | Type | In | Description |
---|---|---|---|
dimensions | dictionary | body | Key-value pairs: - key: name of the dimension under which the Resource Access Log entry is to be stored. - value: Template for the value of the dimension. |
In our example, the response returns the details of the account as well as the Resource Activity Log details:
# Status codes
Requests to this endpoint result in generic status codes. For a comprehensive list of status codes, please consult the Status codes section.
Was this article helpful?