WorkOS
authorization.organizations.roles.permissions.create
Add a single permission to an organization role. If the permission is already assigned to the role, this operation has no effect.
Remote workos
Other tools also called authorization.organizations.roles.permissions.create?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "The slug of the role."
},
"body_slug": {
"type": "string",
"description": "The slug of the permission to add to the role."
},
"organizationId": {
"type": "string",
"description": "The ID of the organization."
}
}
}