WorkOS
authorization.organizations.roles.update
Update an existing custom organization role. Only the fields provided in the request body will be updated.
Remote workos
Other tools also called authorization.organizations.roles.update?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "A descriptive name for the role."
},
"slug": {
"type": "string",
"description": "The slug of the role."
},
"description": {
"type": [
"string",
"null"
],
"description": "An optional description of the role's purpose."
},
"organizationId": {
"type": "string",
"description": "The ID of the organization."
}
}
}