WorkOS
user_management.organization_memberships.update
Update the details of an existing organization membership.
Remote workos
Other tools also called user_management.organization_memberships.update?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The unique ID of the organization membership."
},
"role_slug": {
"type": "string",
"description": "A single role identifier. Defaults to `member` or the explicit default role. Mutually exclusive with `role_slugs`."
},
"role_slugs": {
"type": "array",
"items": {
"type": "string"
},
"description": "An array of role identifiers. Limited to one role when Multiple Roles is disabled. Mutually exclusive with `role_slug`."
}
}
}