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": "dTrR@YQc.com",
"billing_email_verified": "2025-07-25T20:53:51.659Z",
"block": "missing_payment_method",
"created_at": "2025-07-25T20:53:51.659Z",
"domain": "GEDVuWazeIeJYXeS9mas3H60cq",
"id": "48e156c5-4704-45bf-a197-db1a277afc7f",
"image": "https://QKzu1v.5VDK8ubOZ4.com/FA7si1D1/S4",
"name": "K7P",
"phone": "+1-766-639-4106",
"role": "service_account",
"stripe_id": "QVvqThdsturibkDXSlp7cc",
"updated_at": "2025-07-25T20:53:51.659Z"
}