List Clerk instance organization memberships
List all organization memberships across a connected Clerk application.
← All Clerk endpoints · Capability overview
/v1/clerk/instance-organization-membershipshttps://api.vee3.io/v1/clerk/instance-organization-memberships
List all organization memberships across 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.list_instance_organization_membershipsParameters3 fields
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
limitintegerOptionalMaximum number of organization memberships to return (1–500).
Default: 10 · min 1, max 500
offsetintegerOptionalNumber of organization memberships to skip before returning results.
Default: 0 · min 0
Response7 fields
membershipsarrayitems5 fieldsOrganization memberships across the Clerk application.
membershipsarrayitemsidstringOrganization membership id.
organization_idstringClerk organization id (org_...).
rolestringMember role within the organization (e.g. org:admin, org:member).
created_atintegerUnix timestamp in milliseconds when the membership was created.
updated_atintegerUnix timestamp in milliseconds when the membership was last updated.
total_countintegerTotal number of organization memberships in the Clerk application.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required