Update Clerk organization membership
Change the role of a member in an organization in a connected Clerk application.
← All Clerk endpoints · Capability overview
/v1/clerk/organizations/{organization_id}/memberships/{user_id}https://api.vee3.io/v1/clerk/organizations/{organization_id}/memberships/{user_id}
Change the role of a member in an organization in a connected Clerk application.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
clerk.update_organization_membershipParameters4 fields
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
organization_idstringRequiredClerk organization id (org_...) containing the member.
user_idstringRequiredClerk user id (user_...) of the member to update.
rolestringRequiredNew role for the member (e.g. org:member, org:admin).
Response5 fields
membershipobject4 fieldsUpdated organization membership.
membershipobjectidstringClerk organization membership id (orgmem_...).
user_idstringClerk user id (user_...) of the member.
rolestringRole of the member in the organization (e.g. org:admin, org:member).
created_atintegerUnix timestamp in milliseconds when the membership was created.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required