API → Orgs → Get 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": "OEdWeGAP7GQAxmgbWidf9p",
"created_at": "2025-04-21T20:01:30.045Z",
"discord": "jG2Q9C2Zv4j4eUgi6EgglDSo",
"email": "ZzVeInU@owQc4yt.com",
"email_verified": "2025-04-21T20:01:30.046Z",
"first_name": "ETamJgiudG3XES",
"github": "",
"id": "99f80a5c-898c-4dcc-bf44-d5a3871cc7a9",
"image": "https://ss7raF.AjFX7.com/Yav70x6/SUdjcm3mKmNB",
"last_name": "o5X",
"name": "XX",
"phone": "+1-504-526-9382",
"role": "service_account",
"updated_at": "2025-04-21T20:01:30.046Z"
}