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:
Example response
[
{
"actorId": 42,
"roleId": 4
}
]