latestOpenAPI 3.0.12026-08-15235298999.1 KB
ffc7fffa0d5c
Authorization
Get authorization groups
Retrieves auhorization groups for the firm associated with the authenticated client.
get/groups
Response
When request is successful. Returns a list of authorization 'Group' objects.
Example response
{
"value": [
{
"id": "ed028979-5b64-4f63-82ef-2deef728d852",
"name": "Administrators",
"principalIds": [
"2595a645-94a2-46be-a60d-8410851a9671",
"2595a645-94a2-46be-a60d-8410851a9671"
]
}
]
}