List Clerk user organization memberships

List all organization memberships for a Clerk user.

← All Clerk endpoints · Capability overview

GET/v1/clerk/users/{user_id}/organization-memberships

https://api.vee3.io/v1/clerk/users/{user_id}/organization-memberships

5 tokens

List all organization memberships for a Clerk user.

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.list_user_organization_memberships
Parameters4 fields
clerk_instance_idstringOptional

Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.

user_idstringRequired

Clerk user id (user_...) whose memberships to list.

limitintegerOptional

Maximum number of organization memberships to return (1–500).

Default: 10 · min 1, max 500

offsetintegerOptional

Number of organization memberships to skip before returning results.

Default: 0 · min 0

Response7 fields
membershipsarrayitems
5 fields

Organization memberships for the user.

idstring

Organization membership id.

organization_idstring

Clerk organization id (org_...).

rolestring

Member role within the organization (e.g. org:admin, org:member).

created_atinteger

Unix timestamp in milliseconds when the membership was created.

updated_atinteger

Unix timestamp in milliseconds when the membership was last updated.

total_countinteger

Total number of organization memberships for the user.

HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required