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": "nhn30qd@HVOHOZG.com",
"billing_email_verified": "2025-04-21T20:02:53.909Z",
"block": "payment_method_failed",
"created_at": "2025-04-21T20:02:53.909Z",
"domain": "",
"id": "3dd7df75-f613-4f23-af9b-98d5df118638",
"image": "https://F7vGQlmK.tqej5TmNNX.com/Fd5RHYpLRKou/d1PJEoHaIV",
"name": "q3sxYlLbyUuJwh",
"phone": "+1-371-459-8777",
"role": "admin",
"stripe_id": "nRWuKF6Qx9qyzlVa4cl",
"updated_at": "2025-04-21T20:02:53.909Z"
}