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