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": "V5sTjggvQjlIoUTrVN0KMCXHO",
"created_at": "2025-04-25T16:39:10.578Z",
"discord": "wfPqMT7LFc",
"email": "Eslt@2zgMx5du.com",
"email_verified": "2025-04-25T16:39:10.578Z",
"first_name": "tRVE3",
"github": "jsU",
"id": "081312a4-ce7d-4df6-8891-fa63ddd0d785",
"image": "https://ALiVIhLeNOfO..com/2kU8wiVJlOBB/Tnf1",
"last_name": "TQRMDCuO1jh8SOeLClbdB1BHTjHq",
"name": "BDOZo8c",
"phone": "+1-143-889-3105",
"role": "service_account",
"updated_at": "2025-04-25T16:39:10.578Z"
}