WorkOS
authorization.roles.permissions.update
Replace all permissions on an environment role with the provided list.
Remote workos
Other tools also called authorization.roles.permissions.update?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "The slug of the environment role."
},
"permissions": {
"type": "array",
"items": {
"type": "string"
},
"description": "The permission slugs to assign to the role."
}
}
}