Organizations
Retrieve information regarding the organizations the user is a member of.
Organizations is a premium feature. Please get in touch if you would like us to enable it for your account. You can contact us at [email protected].
GET
/v1/me/organizations
{
"object": "organization",
"id": "org_21Ufcy98STcA11s3QckIwtwHIES",
"logo_url": "https://images.clerk.services/default-logo.png",
"name": "Acme Inc",
"public_metadata": {},
"slug": "acme-inc",
"role": "basic_member",
"created_at": 1438000669544,
"updated_at": 1438000669544
}
get
https://clerk.example.com
/v1/me/organizations
List organizations
Last modified 1yr ago