List Team Users
Returns a paginated list of users that belong to the team specified in the path parameter.
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 users 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",
"email": "user@email.com",
"full_name": "Test User",
"preferred_name": "test",
"active": true,
"inferred_region": "us",
"created_at": "2022-02-07T17:46:57.52Z",
"updated_at": "2022-10-08T17:00:00.52Z"
}
]
}Changes
Changed in 5 of the 75 revisions of this API.1143
- ●
added the new
typeenum value to the///////response property for the response statusresponse-property-enum-value-added
- ●
- ●
for the
queryrequest parameterfilter, the type of propertyidchanged fromstringto no typerequest-parameter-property-type-changed
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
the response property
///////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
///////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
///////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
///////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
///////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ○
the
response's property default valuetruewas added for the statusresponse-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 of propertyemailwas specialized from no type toobjectrequest-parameter-property-type-specialized
- ▲
for the
queryrequest parameterfilter, the type of propertyfull_namewas specialized from no type toobjectrequest-parameter-property-type-specialized
- ○
the
response's property default valuetruewas removed for the statusresponse-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 of propertyemailchanged fromobjectto no typerequest-parameter-property-type-changed
- ●
for the
queryrequest parameterfilter, the type of propertyfull_namechanged fromobjectto no typerequest-parameter-property-type-changed
- ○
the
response's property default valuetruewas added for the statusresponse-property-default-value-added
- ●