Team Membership

List User Teams

Returns a paginated list of a teams that the user belongs to.

get/v3/users/{userId}/teams

Query parameters

page[size]integer
Example:10

The maximum number of items to include per page. The last page of a collection may include fewer items.

page[number]integer
Example:1

Determines which page of the entities to retrieve.

Filter teams returned in the response.

Response

A paginated list response for a collection of users.

Example response

{
  "meta": {
    "page": {
      "number": 1,
      "size": 10,
      "total": 100
    }
  },
  "data": [
    {
      "id": "7f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
      "name": "IDM - Developers",
      "description": "The developers for the IDM API.",
      "system_team": false,
      "labels": {
        "env": "test"
      },
      "created_at": "1992-02-07T17:46:57.52Z",
      "updated_at": "2022-08-31T17:00:00.52Z"
    }
  ]
}

Changes

Changed in 4 of the 75 revisions of this API.513

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

      response-property-became-nullable

  • 3c0154b2053a31See the full diff
    • the response property data became nullable for the status 200

      response-property-became-nullable

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

      response-property-became-nullable

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

      response-property-became-nullable

    • the system_team response's property default value false was added for the status 200

      response-property-default-value-added

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

  • 6333a0d3b09511See the full diff
    • for the query request parameter filter, the type/format of property name was specialized from / to object/

      request-parameter-property-type-specialized

    • the system_team response's property default value false was removed for the status 200

      response-property-default-value-removed

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

  • 76b0fefddb0d11See the full diff
    • for the query request parameter filter, the type/format of property name was changed from object/ to /

      request-parameter-property-type-changed

    • the system_team response's property default value false was added for the status 200

      response-property-default-value-added