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": "f",
"created_at": "2025-07-07T14:48:42.908Z",
"discord": "0nLhhuxFwUH",
"email": "Xy7hJPnM0@m.com",
"email_verified": "2025-07-07T14:48:42.908Z",
"first_name": "",
"github": "SpdAGpyEKbLsO",
"id": "551f4bb8-07db-4934-affb-6b894dc7e42a",
"image": "https://wbA3AoeR.r0EDQ.com/laL0n/eAERaAQre",
"last_name": "ESf",
"name": "VcPeaLE8ti2Oj9IJ7gpvcrIO9yJY",
"phone": "+1-237-170-9494",
"role": "member",
"updated_at": "2025-07-07T14:48:42.908Z"
}