Permission
Create grant
Create a new grant for a principal on the given scope. Either role_id or actions is required. Grants are immutable; delete and recreate to change them.
post/v1/permissions
Request body
Example request
{
"principal": {
"id": "9bsv0s46s6s002p9ltq0"
},
"scope": {
"id": "9bsv0s46s6s002p9ltq0"
},
"role_id": "9bsv0s46s6s002p9ltq0"
}Response
Example response