id: The unique identifier for the team.created_by: The email of the user who created the team.created_on: The timestamp of when the team was created.modified_by: The email of the last user who modified the team. This will be empty if the team has not been modified.modified_on: The timestamp of the last modification (if any), otherwise it will be the same as created_on.team_name: The name of the team.is_deleted: A flag indicating whether the team has been marked as deleted.org: The organization ID associated with the team.curl --location --request GET '/v2/api/team'[
{
"id": 242,
"created_by": "user@example.com",
"created_on": "2025-01-28T21:41:24.567134Z",
"modified_by": "",
"modified_on": "2025-01-28T21:41:24.567159Z",
"team_name": "AI Research Team",
"is_deleted": false,
"org": 1
}
]