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": "CYRJTQHXWK8nK3VwHXJiTJ6",
"created_at": "2025-01-07T20:43:49.415Z",
"discord": "0qyakE6sl2FOSn",
"email": "M@3B8k.com",
"email_verified": "2025-01-07T20:43:49.415Z",
"first_name": "VD4UBnQzV",
"github": "aCCKgDsCxDMlx",
"id": "62710de4-2cf1-46ec-ad7f-e93def99a2ef",
"image": "https://9O3UTcuYOy.9wv.com/7pB/DjJ",
"last_name": "YY7TgOD5ZcpfF3vl1wOT",
"name": "FTMeBkzttXbF8u4PEHV",
"phone": "+1-154-280-7840",
"role": "admin",
"updated_at": "2025-01-07T20:43:49.415Z"
}