Search teams
POST/api/v4/teams/search
Search teams based on search term and options provided in the request body.
Permissions
Logged in user only shows open teams Logged in user with “manage_system” permission shows all teams
Request
Responses
- 200
- 400
- 401
- 403
- 404
Paginated teams response. (Note that the non-paginated response—returned if the request body does not contain both page and per_page fields—is a simple array of teams.)
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found