Role and grant
Grant access to a user
Give users access to resources (NRN) in your organization.
You can use either the role slug or the role ID to specify the role you want to assign to the user.
post/authz/grants
Request body
Example request
{
"nrn": "organization=1:account=1:namespace=1:application=4",
"user_id": 700317756,
"role_slug": "developer"
}Response
The operation was successful.
Example response
{
"nrn": "organization=1:account=1:namespace=1:application=4",
"user_id": 700317756,
"role_slug": "developer"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.