Teams
Create and manage teams as reusable groups of users.
Teams offer a convenient way to assign roles and access to multiple users at once. This helps maintain large-scale projects more efficiently by reducing overhead in user-by-user management.
Authorizations
Path parameters
organizationIdstringRequired
The unique id of the organization
Query parameters
pagestringOptional
Identifier of the page results to fetch.
limitnumber · max: 1000Optional
The number of results per page
ownerstringOptional
The unique identifier of a member of the organization. Only teams they can manage will be returned.
titlestringOptional
If provided, only teams whose name contains the given parameter will be returned. Case insensitive.
Responses
200
OK
application/json
Responseall of
get
200
OK
Authorizations
Path parameters
organizationIdstringRequired
The unique id of the organization
Body
titlestring · min: 1 · max: 64Required
Title of the team
membersstring[]Optional
A list of organization member identifiers
Responses
201
Team has been created
application/json
put
201
Team has been created
Was this helpful?