clerk.update_organization_role
Update an organization role in a connected Clerk application.
Call clerk.get_connected_accounts first. Pass clerk_instance_id to target a specific connection, or omit it to use the default account.
Returns the updated role summary.
Cost = 8 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Updated role display name. | |
| role_id | Yes | Clerk organization role id to retrieve, update, or delete. | |
| description | No | Updated role description. | |
| permissions | No | Permission keys to assign to the role. | |
| clerk_instance_id | No | Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account. | |
| is_creator_eligible | No | Whether this role may be assigned as organization creator. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organization_role | No | Updated organization role summary. |