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": "lVVSgCY",
"created_at": "2025-02-21T16:37:25.205Z",
"discord": "h",
"email": "@t.com",
"email_verified": "2025-02-21T16:37:25.205Z",
"first_name": "VIHosq",
"github": "gA0yYJCMfiCFbrUwNhkfb5xo",
"id": "8028ac87-660d-4cf9-94b8-9e8d37710e0d",
"image": "https://7Aen.vZy86.com/nDArgLXO2w/yxsUHzo9I",
"last_name": "Kq03OJ",
"name": "epqj68zYNxXJfTpIRGJyPMLGZ",
"phone": "+1-879-442-9097",
"role": "service_account",
"updated_at": "2025-02-21T16:37:25.205Z"
}