Skip to main content

Get Teams

Team search with paging.

Parameters

ParameterDescription
NameThe name parameter returns a single team if the parameter matches the name field.
PageThe page number. The default value is 1.
QueryThe query parameter is optional and it will return results where the query value is contained in the name field. Query values with spaces need to be URL encoded e.g. query=my%20team.
Teams Per PageThe number of users to be returned per page. The default value is 1000

Example Output

{
"totalCount": 1,
"teams": [
{
"id": 1,
"orgId": 1,
"name": "MyTestTeam",
"email": "",
"avatarUrl": "\/avatar\/3f49c15916554246daa714b9bd0ee398",
"memberCount": 1
}
],
"page": 1,
"perPage": 1000
}

Workflow Library Example

Get Teams with Grafana and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop