v2

latestOpenAPI 3.0.12026-07-262352981007.0 KB
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.

idstring nullable
hrefstring nullable
relationstring nullable
methodstring nullable
offsetinteger nullable
limitinteger nullable
sizeinteger

Example response

{
  "value": [
    {
      "id": "ed028979-5b64-4f63-82ef-2deef728d852",
      "name": "Administrators",
      "principalIds": [
        "2595a645-94a2-46be-a60d-8410851a9671",
        "2595a645-94a2-46be-a60d-8410851a9671"
      ]
    }
  ]
}