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": "0vozfG5MEx7Ltz",
"created_at": "2025-07-03T15:41:36.796Z",
"discord": "B270t6iUX28ygiqtYHQK3t",
"email": "Vr@w2Vz9Tsjn.com",
"email_verified": "2025-07-03T15:41:36.796Z",
"first_name": "rbqhlSHqwHphe3",
"github": "FLSd7m5aofg3q0fQCn",
"id": "3f7892dd-8c69-43dd-8dbd-f85575239769",
"image": "https://j7ktDDYaKo.kwjQD.com/SBB/ylsvH",
"last_name": "U6QGGytckoasVdYLE35",
"name": "ZXd8NzFcAziQ4qX",
"phone": "+1-990-210-8588",
"role": "admin",
"updated_at": "2025-07-03T15:41:36.796Z"
}
],
"next_page": "zftOAh59rqZvtPKbDErM5iOCcxX5T"
}