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": "xFzr4TIsQai9qqHQjrjk8QcXM",
"created_at": "2025-07-10T11:06:42.095Z",
"discord": "2wbqUHpFZXjEqG",
"email": "@.com",
"email_verified": "2025-07-10T11:06:42.095Z",
"first_name": "PU7FfCmZrTbg",
"github": "VAXCNkCgwXhpF8",
"id": "c7364ee5-c826-40f4-9f12-6195f68d9508",
"image": "https://qlbVKIeV5yUD.VEY.com/Ty/Pcewo5G",
"last_name": "wuoDn",
"name": "hV5JvxSONwBASuKoBtfNNHtd4XH",
"phone": "+1-418-634-9068",
"role": "member",
"updated_at": "2025-07-10T11:06:42.095Z"
}