APIOrgsList members of your org

Parameters

Name

Type

Req.

  • limit

    integer
    optional
  • page_token

    string
    optional
  • sort_by

    string
    required
    Possible values
    • created_at_ascending:  Sort in increasing order of "created_at".
    • created_at_descending:  Sort in decreasing order of "created_at".
  • role

    string
    required
    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

  • 200 OK

    successful operation

    Name

    Type

    Req.

    body

    object
    optional
    Object Properties
    • items

      array
      optional
      Array of
      • company

        string
        optional
      • created_at

        string / ISO-8601
        optional
      • discord

        string
        optional
      • email

        string / Email Address
        optional
      • email_verified

        string / ISO-8601
        optional
      • first_name

        string
        optional
      • github

        string
        optional
      • id

        string / UUID
        optional
      • image

        string / URL
        optional
      • last_name

        string
        optional
      • name

        string
        optional
      • phone

        string / Phone Number
        optional
      • role

        string
        optional
        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.
      • updated_at

        string / ISO-8601
        optional
    • next_page

      string
      optional
get
/org/members
$ curl "https://api.zoo.dev/org/members" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "items": [
    {
      "company": "W56Cnr0HOeelvJULd",
      "created_at": "2025-08-14T21:14:28.034Z",
      "discord": "LMZ1zqf9oim3L7QsSW1u",
      "email": "Veh@ccuud.com",
      "email_verified": "2025-08-14T21:14:28.034Z",
      "first_name": "jlmfpo3hgK4osz0H",
      "github": "kPv5ROZTd6RK8u0sIFuZgvX",
      "id": "15df80de-c4e5-45a8-b7ea-25c32974e0e3",
      "image": "https://G3PbPASX5.b6woFtVv.com/H2R1o8MJQ/bz",
      "last_name": "e1C",
      "name": "ygNi4U8QJ1DBA4rxcPxYCR",
      "phone": "+1-490-412-7656",
      "role": "member",
      "updated_at": "2025-08-14T21:14:28.034Z"
    }
  ],
  "next_page": "2TcMq4fscplVV7YJ1UZf8j"
}