API → OrgsList members of your org
Parameters
Name
Type
Req.
Possible values
created_at_ascending
: Sort in increasing order of "created_at".created_at_descending
: Sort in decreasing order of "created_at".
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.
Returns
get
/org/members$ curl "https://api.zoo.dev/org/members" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"items": [
{
"company": "",
"created_at": "2025-05-22T02:03:48.984Z",
"discord": "aFkoRX3D",
"email": "2cA@z9.com",
"email_verified": "2025-05-22T02:03:48.984Z",
"first_name": "2APY5",
"github": "4nHttGwcAIsqr0qjF9S",
"id": "4c35e2df-42f4-4983-a1e4-0adcec37c7e7",
"image": "https://Z.wkOwU.com/obEE1T/NCU5EXu",
"last_name": "gGT1i6adGOzkurMRu",
"name": "74UdC3Wwbkz2H1Cn6ZPZ2VCXl",
"phone": "+1-194-185-4199",
"role": "admin",
"updated_at": "2025-05-22T02:03:48.984Z"
}
],
"next_page": "PpEWjRfch7YwliU"
}