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": "5ZKenfU2f0Qeq8",
"created_at": "2025-06-13T18:06:08.120Z",
"discord": "AwBMIVjJG2TB0QHUet",
"email": "P@5.com",
"email_verified": "2025-06-13T18:06:08.120Z",
"first_name": "QHxl3dk3X5hXL2P0",
"github": "9z1ofyMr5Tw2wAX17",
"id": "777404b0-21f6-4faf-bdfc-c405335246a9",
"image": "https://QP8SBvwqKd.5Jn0GWPjmRC.com/Sfl/4TGmMB3",
"last_name": "822LFMYKQLPQsOB63p40k58bMJ",
"name": "AYVies1qsJ9lYZP",
"phone": "+1-745-279-1217",
"role": "member",
"updated_at": "2025-06-13T18:06:08.120Z"
}