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": "GxLcCU5ExVAuR3BJe",
      "created_at": "2025-05-14T21:39:15.409Z",
      "discord": "rr4g9J8SaGBhaQ0rCnUkXJV91o",
      "email": "StEErs@KPTBiOzT.com",
      "email_verified": "2025-05-14T21:39:15.409Z",
      "first_name": "fg",
      "github": "BtEvk4",
      "id": "a895c2e1-c5f8-4c07-9e60-2eb620e1fb06",
      "image": "https://C56Q5C9phn.iCH.com/ie/1NvFzgXmEuFw",
      "last_name": "MX5UJsWfSSCzUqL",
      "name": "rUGTFsVLUl5H1ZolsM8psM7IC3wx",
      "phone": "+1-392-820-5959",
      "role": "member",
      "updated_at": "2025-05-14T21:39:15.409Z"
    }
  ],
  "next_page": "C38ZvC8ckJ2h"
}