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": "1W",
"created_at": "2025-05-30T23:19:39.639Z",
"discord": "pNf8",
"email": "US6PUh@74b.com",
"email_verified": "2025-05-30T23:19:39.639Z",
"first_name": "Mx1FrwdK6L8SH",
"github": "",
"id": "86e90263-65c3-4f8d-ba1d-5ded506b424b",
"image": "https://Wir02KkvNy.lsALww.com/7/Vn",
"last_name": "0zxB0MHzLUmLWiXF38QYYII56",
"name": "ZG79",
"phone": "+1-859-677-8289",
"role": "member",
"updated_at": "2025-05-30T23:19:39.639Z"
}