v51

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-0118684573.2 KB
Assignments

Listing all Assignments

This will list every server-wide assignment, in the form of actorId/roleId pairs. It will not list Project-specific Assignments. To find those, you will need the Assignments subresource within Projects.

This endpoint supports retrieving extended metadata; provide a header X-Extended-Metadata: true to expand the actorId into a full actor objects. The Role reference remains a numeric ID.

get/v1/assignments

Response

This is the Extended Metadata response, if requested via the appropriate header:

actorIdnumber

The numeric Actor ID being assigned.

roleIdnumber

The numeric Role ID being assigned.

Example response

[
  {
    "actorId": 42,
    "roleId": 4
  }
]