Error
A valid request URL is required to generate request examples{
"results": [
{
"projectName": "<string>",
"projectUuid": "<string>",
"assigneeName": "<string>",
"assigneeId": "<string>",
"kind": "organization_user"
}
],
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}v2
List role assignees
List the users, groups, and service accounts currently assigned to a role. Used by the delete-confirmation modal to explain why a role cannot be deleted while still in use.
GET
/
api
/
v2
/
orgs
/
{orgUuid}
/
roles
/
{roleUuid}
/
assignees
Error
A valid request URL is required to generate request examples{
"results": [
{
"projectName": "<string>",
"projectUuid": "<string>",
"assigneeName": "<string>",
"assigneeId": "<string>",
"kind": "organization_user"
}
],
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?