Methods
list
list
Retrieve all teams associated with the authenticated user. If the user is a tenant admin, returns all teams for the tenant. Pagination is available based on query parameters
Parameters
Number of items per page
Number of items to skip
Returns
🔗 TeamReturns an array of teams associated with the user or tenant And also the response includes paginated data
Usage
create_or_update
create_or_update
Creates a new team or updates an existing team. It ensures that the team name is unique, valid, and that the team has at least one member. The members of the team are added or updated based on the provided emails.
Parameters
🔗 TeamManifestTeam manifest
Dry run
Returns
🔗 GetTeamResponseReturns the created or updated team.
Usage
get
get