API → OrgsGet 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": "VjA@dQbYON.com",
"billing_email_verified": "2025-07-04T12:26:11.042Z",
"block": "payment_method_failed",
"created_at": "2025-07-04T12:26:11.042Z",
"domain": "os4gfP9HJME1AA0ohKputnN9V6MUFM",
"id": "584a3ae2-8587-4d8f-8168-d0ef6a9bf194",
"image": "https://MJ82.u.com/Sp1prtku/V",
"name": "J8QWE82Op9VVEe5r2GdU",
"phone": "+1-710-931-3882",
"role": "service_account",
"stripe_id": "z45ZNAS",
"updated_at": "2025-07-04T12:26:11.042Z"
}