List User Teams
Returns a paginated list of a teams that the user belongs to.
Query parameters
The maximum number of items to include per page. The last page of a collection may include fewer items.
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/descriptionbecame nullable for the status200response-property-became-nullable
- ▲
- ▲
the response property
databecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/descriptionbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/namebecame nullable for the status200response-property-became-nullable
- ○
the
system_teamresponse's property default valuefalsewas added for the status200response-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
- ▲
- ▲
for the
queryrequest parameterfilter, the type/format of propertynamewas specialized from/toobject/request-parameter-property-type-specialized
- ○
the
system_teamresponse's property default valuefalsewas removed for the status200response-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
- ▲
- ●
for the
queryrequest parameterfilter, the type/format of propertynamewas changed fromobject/to/request-parameter-property-type-changed
- ○
the
system_teamresponse's property default valuefalsewas added for the status200response-property-default-value-added
- ●