Home
Search…
3.0.0
Welcome to Clerk API Reference
Clerk's Guides and Docs
Questions? We're here for you.
API Reference
Backend API
Frontend API
Introduction
Client requests
Organization requests
User requests
Overview
Current user
Email addresses
Organizations
Phone numbers
Profile image
Sessions
Tokens
Powered By
GitBook
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]
.
Available requests
GET
/v1/me/organizations
The organization object
1
{
2
"object"
:
"organization"
,
3
"id"
:
"org_21Ufcy98STcA11s3QckIwtwHIES"
,
4
"logo_url"
:
"https://images.clerk.services/default-logo.png"
,
5
"name"
:
"Acme Inc"
,
6
"public_metadata"
:
{},
7
"slug"
:
"acme-inc"
,
8
"role"
:
"basic_member"
,
9
"created_at"
:
1438000669544
,
10
"updated_at"
:
1438000669544
11
}
Copied!
get
https://clerk.example.com
/v1/me/organizations
List organizations
Previous
Email addresses
Next
Phone numbers
Last modified
1mo ago
Copy link
Contents
Available requests
The organization object
get
List organizations