When to use:
Display team data in dashboards, manage memberships, or perform audits across your organization.
Returned data includes:
team_id– Unique identifier for the teamname– Name of the teammember_count– Total number of users in the teamcreated_at– Timestamp of when the team was created
For managing individual teams, see the Update Team or Delete Team endpoints.
Authorization: Bearer YOUR_TOKEN
Expected Behavior:
- On success, the system will return a list of teams along with their details.
- If the request is unauthorized, the system will respond with an authentication error message.