API → OrgsGet a member of your org
Parameters
Name
Type
Req.
Returns
- 200 OK
successful operation
Name
Type
Req.
body
objectoptionalObject Properties
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
/org/members/{user_id}$ curl "https://api.zoo.dev/org/members/{user_id}" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"company": "W3540",
"created_at": "2025-07-03T15:41:36.124Z",
"discord": "nSmK1ER3tKd3LL9R",
"email": "h5M@D.com",
"email_verified": "2025-07-03T15:41:36.124Z",
"first_name": "J6ayJHxNzljOWOEd4f91TRqquTVJ",
"github": "MM65hNQTz",
"id": "c8ae4bf8-5817-4652-b344-9a9ff7f0a033",
"image": "https://QK7RZD5YRil.Arbs3.com/U1MbllB/49r",
"last_name": "9MkZkG",
"name": "2l7eMXpLHoeGTtea",
"phone": "+1-552-524-5393",
"role": "service_account",
"updated_at": "2025-07-03T15:41:36.125Z"
}