Overview
/
Developer Tools
/
API Reference
/
Orgs
/
List members of your org.

List members of your org

Query string parameters

  • ?limit=

    uint32
    //
  • &page_token=

    string
    //
  • &sort_by=

    "created_at_ascending"+1
    • //Sort in increasing order of "created_at".
      "created_at_ascending"
    • //Sort in decreasing order of "created_at".
      "created_at_descending"
    //
  • &role=

    "admin"+1
    • //Admins can do anything in the org.
      "admin"
    • //Members of an org can not modify an org, but they belong in the org.
      "member"
    //

Response

  • 200 OK
    • //
      • next_page:

        string,
        //
      • :

        [[ ... ]
        //
        • //
          • company:

            string,
            //
          • created_at:

            stringISO-8601,
            //
          • discord:

            string,
            //
          • email:

            stringEmail Address,
            //
          • email_verified:

            stringISO-8601,
            //
          • first_name:

            string,
            //
          • github:

            string,
            //
          • id:

            stringUUID,
            //
          • image:

            stringURL,
            //
          • last_name:

            string,
            //
          • name:

            string,
            //
          • phone:

            stringPhone Number,
            //
          • updated_at:

            stringISO-8601,
            //
          • role:

            "admin"+2
            • //Admins can do anything in the org.
              "admin"
            • //Members of an org can not modify an org, but they belong in the org.
              "member"
            • //A service account role.
              "service_account"
            //
          }
        ]
      }

Examples

get
/org/members
200 OK
Response