Organization Members

List members

Lists the members of an organization, newest first. Results are paginated: page defaults to 1 and limit defaults to 10. limit is capped by the server's configured maximum page size, which defaults to 100; a larger value is silently reduced to the cap rather than rejected, and values below the minimum fall back to the defaults. The pagination object in the response always reports the values actually applied.

get/organizations/{organization_id}/members

Path parameters

organization_idstring required

Query parameters

pageinteger
limitinteger

Response

OK

Changes

Changed in 6 of the 24 revisions of this API.56

    • for the query request parameter limit, default value 10 was added

      request-parameter-default-value-added

    • for the query request parameter page, default value 1 was added

      request-parameter-default-value-added

  • def468b0d6ea12See the full diff
    • the response's body type/format changed from null array/ to object/ for status 200

      response-body-type-changed

    • added the required property data to the response with the 200 status

      response-required-property-added

    • added the required property pagination to the response with the 200 status

      response-required-property-added

  • 4ea48c264d7c11See the full diff
    • removed the required property items/user_id from the response with the 200 status

      response-required-property-removed

    • added the required property items/user to the response with the 200 status

      response-required-property-added

    • api tag Organization Members added

      api-tag-added

    • api tag Members removed

      api-tag-removed

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 118 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog