API → Orgs → List 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": "qRwVW",
"created_at": "2025-02-05T14:59:34.166Z",
"discord": "WmnUSb0k5nia",
"email": "yjqFaP@IGbfnPyhs.com",
"email_verified": "2025-02-05T14:59:34.166Z",
"first_name": "Pukr4F",
"github": "5Vp",
"id": "116656be-c7bd-4bdb-8e4e-7613aee12a4b",
"image": "https://yK39rCr6b.rZWTsv.com/yUHMorcIJAiu/LF6smI",
"last_name": "3V0p0uA7M8NlX1r",
"name": "BHH1wNE",
"phone": "+1-382-607-3693",
"role": "service_account",
"updated_at": "2025-02-05T14:59:34.166Z"
}
],
"next_page": "7jcToz06vBbF5m0e"
}