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": true,
"billing_email": "UHh3hIiqY@bV4V40N.com",
"billing_email_verified": "2025-07-07T14:48:53.077Z",
"block": "payment_method_failed",
"created_at": "2025-07-07T14:48:53.077Z",
"domain": "KD4j4UOI1c1djv9Xqn7U",
"id": "be393685-5899-4f1b-af25-fa535b2a6e81",
"image": "https://hqAEp34u.FJF.com/yFyf75RwtUW/muJwU60fl",
"name": "O4yJz8bELO9ixy7zK",
"phone": "+1-352-265-5096",
"role": "admin",
"stripe_id": "Rq3GJqjgPTuJ2v3",
"updated_at": "2025-07-07T14:48:53.077Z"
}