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": "VvUdWwxSRHBUuPZjjYZW6wWjKXR",
"created_at": "2025-02-11T16:12:29.056Z",
"discord": "",
"email": "Tx@r.com",
"email_verified": "2025-02-11T16:12:29.056Z",
"first_name": "VmIB7KCpj4teJkDJGE5AC6XcM5Lbiw",
"github": "Vm0bR1PlX7",
"id": "961386c2-bec4-4fee-b10c-cdb6312101ec",
"image": "https://n.zFMAwJ.com/awGn1Ceb/23",
"last_name": "ciWhifr7lVPKOV5",
"name": "sRum",
"phone": "+1-964-121-2543",
"role": "admin",
"updated_at": "2025-02-11T16:12:29.056Z"
}