API → OrgsList 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": "6cNBKO80K4NgdPi3B7jqaMWneweZYk",
      "created_at": "2025-04-25T16:39:08.134Z",
      "discord": "iogqiTewY2xGzPc91HbK5DZOc5D3g",
      "email": "XsOO6KK@wN.com",
      "email_verified": "2025-04-25T16:39:08.134Z",
      "first_name": "PjiljpRthZaxStdRY7z9ZY",
      "github": "idVTVsGW5ckHNXh9fAk",
      "id": "75800f41-547d-4e30-b91f-bd04edbdbcdd",
      "image": "https://gD43.60cObgj.com/W5ShHkoSJ3n/6ZWh7d",
      "last_name": "pc4v",
      "name": "8F3Dyt8OgDEZEDWnupIf2s3BZLLD",
      "phone": "+1-990-455-4771",
      "role": "member",
      "updated_at": "2025-04-25T16:39:08.134Z"
    }
  ],
  "next_page": "z2jrLi3jirQGyorfBQRMNd1gEuQow"
}