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": "UrVvzHbBSl",
"created_at": "2024-12-19T17:49:05.603Z",
"discord": "hZHJSQXb55dLFXxq",
"email": "XuHlb28J@F.com",
"email_verified": "2024-12-19T17:49:05.603Z",
"first_name": "V9qctlj9ovDT3M77NtPzTNh",
"github": "gcYCtxEBurMrI2wFEM9mGE9",
"id": "2bc8222c-6f01-4123-b6b7-b8d55d980da1",
"image": "https://5Jan.PqlYGqJQ.com/2/",
"last_name": "cdHLHp",
"name": "5ziYOjaJjJAEjB6wy09MIJbH6PF",
"phone": "+1-387-616-7575",
"role": "service_account",
"updated_at": "2024-12-19T17:49:05.603Z"
}