Organization Management

List Organization Teams

List all teams in an organization

get/auth/organization/list-teams

Response

Success

idstring required

Unique identifier of the team

namestring required

Name of the team

organizationIdstring required

ID of the organization the team belongs to

createdAtstring required

Timestamp when the team was created

updatedAtstring required

Timestamp when the team was last updated

Changes

Changed in 2 of the 23 revisions of this API.37

  • 08bbb5bedb5d36See the full diff
    • removed the media type application/json for the response with the status 401

      response-media-type-removed

    • the items/createdAt response's property type/format changed from string/date-time to string/ for status 200

      response-property-type-changed

    • the items/updatedAt response's property type/format changed from string/date-time to string/ for status 200

      response-property-type-changed

    • the endpoint scheme security bearerAuth was removed from the API

      api-security-removed

    • removed the non-success response with the status 400

      response-non-success-status-removed

    • removed the non-success response with the status 403

      response-non-success-status-removed

    • removed the non-success response with the status 404

      response-non-success-status-removed

    • removed the non-success response with the status 429

      response-non-success-status-removed

    • removed the non-success response with the status 500

      response-non-success-status-removed

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

    • endpoint added

      endpoint-added