API → UsersGet 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": "HjoaBPm@O.com",
"billing_email_verified": "2025-05-22T02:04:55.924Z",
"block": "missing_payment_method",
"created_at": "2025-05-22T02:04:55.924Z",
"domain": "EviGgrA",
"id": "c4ee21a1-67d0-452d-89a2-8d0e4baaa89f",
"image": "https://f.9bJ.com/Qci1ot/VGEQMIo",
"name": "c8xGCU",
"phone": "+1-315-307-3580",
"role": "service_account",
"stripe_id": "oKJDSR0Pcnoyj",
"updated_at": "2025-05-22T02:04:55.924Z"
}