Assignments
Listing all Actors assigned some Role
Given a roleId, which may be a numeric ID or a string role system name, this endpoint lists all Actors that have been assigned that Role on a server-wide basis.
get/v1/assignments/{roleId}
Path parameters
roleIdstring required
Typically the integer ID of the Role. You may also supply the Role system name if it has one.
Response
OK
Example response
[
{
"createdAt": "2018-04-18T23:19:14.802Z",
"displayName": "My Display Name",
"id": 115,
"updatedAt": "2018-04-18T23:42:11.406Z",
"deletedAt": "2018-04-18T23:42:11.406Z"
}
]