Get a team by ID.
Requires team:read permission (all team members) or team:read_all permission (super admin).
Note: This route must come after more specific routes like //users to avoid route conflicts.
cURL
curl --request GET \ --url https://api.example.com/v1/teams/{team_id}
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "created_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": 123, "updated_at": 123, "description": "<string>" }
Successful Response
Team domains model.
1 - 255
1000
Was this page helpful?