Team members

List team members

Authorization

A service token or OAuth token must have at least one of the following access or scopes in order to use this API endpoint:

Service Token Accesses read_organization

OAuth Scopes

ResourceScopes
Organizationread_organization
get/organizations/{organization}/teams/{team}/members

Path parameters

organizationstring required

The name of the organization

teamstring required

The slug of the team

Query parameters

pageinteger

If provided, specifies the page offset of returned results

per_pageinteger

If provided, specifies the number of returned results

Response

Returns the list of team members

typestring required

The response type. Always "list" for paginated responses.

current_pageinteger required

The current page number

per_pageinteger required

The maximum number of results per page

next_pageinteger nullable required

The next page number, or null when this is the last page

next_page_urlstring nullable required

The next page of results, or null when this is the last page

prev_pageinteger nullable required

The previous page number, or null when this is the first page

prev_page_urlstring nullable required

The previous page of results, or null when this is the first page

total_countinteger required

The total number of matching results

total_pagesinteger required

The total number of pages of matching results

Changes

Changed in 3 of the 24 revisions of this API.229

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

  • 72506953f367225See the full diff
    • the response property data/items/passwords/items/actor became nullable for the status 200

      response-property-became-nullable

    • the response property data/items/passwords/items/cidrs became nullable for the status 200

      response-property-became-nullable

    • the response property data/items/passwords/items/deleted_at became nullable for the status 200

      response-property-became-nullable

    • the response property data/items/passwords/items/expires_at became nullable for the status 200

      response-property-became-nullable

    • the response property data/items/passwords/items/last_used_at became nullable for the status 200

      response-property-became-nullable

    • the response property data/items/passwords/items/plain_text became nullable for the status 200

      response-property-became-nullable

    • the response property data/items/passwords/items/ttl_seconds became nullable for the status 200

      response-property-became-nullable

    • the response property data/items/user/default_organization became nullable for the status 200

      response-property-became-nullable

    • the response property data/items/user/default_organization/deleted_at became nullable for the status 200

      response-property-became-nullable

    • the response property data/items/user/directory_managed became nullable for the status 200

      response-property-became-nullable

    • the response property data/items/user/email_verified became nullable for the status 200

      response-property-became-nullable

    • the response property data/items/user/managed became nullable for the status 200

      response-property-became-nullable

    • the response property data/items/user/sso became nullable for the status 200

      response-property-became-nullable

    • the response property next_page became nullable for the status 200

      response-property-became-nullable

    • the response property next_page_url became nullable for the status 200

      response-property-became-nullable

    • the response property prev_page became nullable for the status 200

      response-property-became-nullable

    • the response property prev_page_url became nullable for the status 200

      response-property-became-nullable

    • the response property data/items/user/default_organization became optional for the status 200

      response-property-became-optional

    • the response property data/items/user/directory_managed became optional for the status 200

      response-property-became-optional

    • the response property data/items/user/email_verified became optional for the status 200

      response-property-became-optional

    • the response property data/items/user/managed became optional for the status 200

      response-property-became-optional

    • the response property data/items/user/sso became optional for the status 200

      response-property-became-optional

    • added the new optional query request parameter page

      new-optional-request-parameter

    • added the new optional query request parameter per_page

      new-optional-request-parameter

    • added the required property data/items/passwords/items/region/mysql_supported to the response with the 200 status

      response-required-property-added

    • added the required property data/items/passwords/items/region/postgresql_supported to the response with the 200 status

      response-required-property-added

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

      response-required-property-added

    • endpoint added

      endpoint-added

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