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": "GrDjRQJYRX6rVhyh",
"created_at": "2024-10-11T00:34:17.893Z",
"discord": "jYetsn",
"email": "1CGVVxq0I@ZwZHAYD.com",
"email_verified": "2024-10-11T00:34:17.893Z",
"first_name": "89eFBoU1hB",
"github": "HgjD00Sn4PIUfDubswGriSNWJIsS",
"id": "779b204d-e680-47be-b162-65b8987e6619",
"image": "https://B7KT.erwJZxNzt8Aw.com/Yt/qiJJK2jozJJk",
"last_name": "1yBsZwzFw3K4vq0TlGyHH4VMi",
"name": "vfS3kmanRouJIsZJc7TeLGG53e",
"phone": "+1-575-525-5315",
"role": "admin",
"updated_at": "2024-10-11T00:34:17.893Z"
}