API → Users → 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": "2T@FPU.com",
"billing_email_verified": "2025-03-14T16:51:11.298Z",
"block": "missing_payment_method",
"created_at": "2025-03-14T16:51:11.298Z",
"domain": "Pxsm6I3bHFWXVOLY",
"id": "5f0bb4bb-6274-4a35-a3cd-fb7d69fd0b86",
"image": "https://1egkO1.En2.com/duBAYYj/NVvJq0zX",
"name": "iA8",
"phone": "+1-916-747-6230",
"role": "admin",
"stripe_id": "KBiKVmY5w5x3KdKLBmq",
"updated_at": "2025-03-14T16:51:11.298Z"
}