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.
objectstring · enumrequired
Type of Object, always equals to "team"
idstringrequired
Unique identifier for the team
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
application/json
cURL
JavaScript
Python
HTTP
200
Was this helpful?