Skip to main content
GET
List role assignments

Authorizations

Authorization
string
header
required

Plerion organization API key (plerion_oak_…), created by an organization admin in the Plerion app. GET operations work with a key of either access level; POST, PUT and DELETE require the readWrite access level.

Query Parameters

roleId
string<uuid>

Every principal holding this role.

userId
string<uuid>

Every role this user holds directly. Roles held through a user group are listed under the group.

groupId
string<uuid>

Every role this user group holds.

cursor
string

The meta.cursor value from the previous page, passed back unchanged. Cursors are opaque and URL-safe.

perPage
string

Items per page, 1 to 1000.

Pattern: ^[1-9][0-9]{0,2}$|^1000$

Response

Matching assignments.

data
object[]
meta
object