Roles: Get
Retrieves a list of the roles that users can have within a customer’s account.
path Parameters
accountId required | string |
query Parameters
v required | string A date in |
Responses
Response samples
- 200
- default
Content type
application/json
{- "meta": {
- "uuid": "4f72b877-e2d0-4de4-9324-b9cf2c03e1a0"
}, - "response": {
- "count": 0,
- "roles": [
- {
- "id": "string",
- "name": "string"
}
]
}
}