Example use cases
-
Get all teams in the organization
-
Find teams by name
-
Search for teams by UID
Teams search response fields
Below are all the fields you may see in a team search result. Teams data is included by default.Core fields
Filtering options
You can filter teams using thefilter_by parameter with Typesense syntax. The following filters are available:
Available filters
- By team UID:
teamUid:=THEMMQRBBHEPPQ - By name:
name:=engineering
Combined filters
You can combine multiple filters using&&:
Filter examples
-
Find team by name only
-
Find team by UID only