Get Teams
Team search with paging.
Parameters
Parameter | Description |
---|---|
Name | The name parameter returns a single team if the parameter matches the name field. |
Page | The page number. The default value is 1. |
Query | The 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 Page | The 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
Preview this Workflow on desktop