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": "y3lLkeFqSzH9YMXEY4LEki",
"created_at": "2025-07-31T01:10:27.137Z",
"discord": "vbxHzUFVEWf7",
"email": "Kek8OHrB@Z.com",
"email_verified": "2025-07-31T01:10:27.137Z",
"first_name": "UkjKJZLb9zUVNPOlawGHfthXyq4zZ",
"github": "Y",
"id": "52a0ed4b-db25-4138-9b77-b9913362c341",
"image": "https://byNjbi2SKn.k8.com/W/EFtwKL9MA",
"last_name": "0GF4VYRlko3SVnc9IpSeM7e",
"name": "m7cK",
"phone": "+1-119-118-3446",
"role": "member",
"updated_at": "2025-07-31T01:10:27.137Z"
}