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": "dTe6AuHdEGVuv",
"created_at": "2025-06-13T18:06:07.520Z",
"discord": "yk7KrY3ALknTOBFl9oLaiI3Rbjl",
"email": "VztKO@9cDf7.com",
"email_verified": "2025-06-13T18:06:07.520Z",
"first_name": "qb3KJgw",
"github": "IBxt6o6WGninu",
"id": "4b8fdd55-94c9-4df5-8ef0-3e87578671eb",
"image": "https://6s.56nBytW.com/RE/qG",
"last_name": "u2QFiqAcCdSimEh3Ad079D4GF",
"name": "AczBT2Z",
"phone": "+1-320-325-9596",
"role": "admin",
"updated_at": "2025-06-13T18:06:07.520Z"
}
],
"next_page": "zg6x0hLVFKC"
}