cURL
curl --request POST \ --url http://api/v2/orgs/{orgUuid}/roles/assignments/user/{userId} \ --header 'Content-Type: application/json' \ --data ' { "roleId": "<string>" } '
{ "results": { "updatedAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z", "projectId": "<string>", "organizationId": "<string>", "assigneeName": "<string>", "assigneeId": "<string>", "assigneeType": "user", "ownerType": "user", "roleName": "<string>", "roleId": "<string>" }, "status": "ok" }
Assign system role to user at organization level
Success
Show child attributes
ok
Was this page helpful?