Error
A valid request URL is required to generate request examples{
"results": {
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"assigneeName": "<string>",
"assigneeId": "<string>",
"assigneeType": "user",
"ownerType": "user",
"roleName": "<string>",
"roleId": "<string>",
"projectId": "<string>",
"organizationId": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}v2
Assign organization role to user
Assign system or organization-level custom role to user at organization level
POST
/
api
/
v2
/
orgs
/
{orgUuid}
/
roles
/
assignments
/
user
/
{userId}
Error
A valid request URL is required to generate request examples{
"results": {
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"assigneeName": "<string>",
"assigneeId": "<string>",
"assigneeType": "user",
"ownerType": "user",
"roleName": "<string>",
"roleId": "<string>",
"projectId": "<string>",
"organizationId": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?