List of teams
This service can be used to get the list of all the teams belonging to your organisation.
If you have your enterprise API key, you can try the API via this link.
Response
The service returns an array of elements, whose structure is defined in the table below.
Name
Type
Description
teamId
string
Unique identifier of the team
creationDate
date
Creation date
Date format: YYYY-MM-dd’T’HH:mm:ss.SSSZ
status
string
Current status of the team
Allowed values: ENABLED
, DISABLED
Last updated