API → Orgs → Get a user's org
Parameters
No parameters
Returns
- 200 OK
successful operation
Name
Type
Req.
body
objectoptionalObject Properties
Possible values
missing_payment_method
: The user is missing a payment method and has exceeded their free API call credits for the month.payment_method_failed
: The users payment method has failed.
Possible values
admin
: Admins can do anything in the org.member
: Members of an org can not modify an org, but they belong in the org.service_account
: A service account role.
get
/user/org$ curl "https://api.zoo.dev/user/org" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"allow_users_in_domain_to_auto_join": false,
"billing_email": "5dQVKiMa@vbye4Y.com",
"billing_email_verified": "2024-10-11T00:34:24.486Z",
"block": "missing_payment_method",
"created_at": "2024-10-11T00:34:24.486Z",
"domain": "KHzsCud8oKXenhMKAK82PfpRU2jZk",
"id": "eb8e437e-7f29-420b-94a1-f4705d2f731b",
"image": "https://.uqrb.com/5Eej1u3M6HNP/bc9",
"name": "McSNd3cjXkrr2spfrD6wme1ZXU",
"phone": "+1-118-913-8381",
"role": "admin",
"stripe_id": "weeW1dFzHR5XeHfO28GwPwpH",
"updated_at": "2024-10-11T00:34:24.486Z"
}