Team
Get's the progress of a specific team.
Path Parameters
Name
Type
Description
Returns a list of all teams within your organization
[
{
"Id": "Guid",
"Name": "string",
"OrganizationId": "Guid",
"Status":"string",
"Tags":["string"],
"Score": 0,
"IsSurveyCompleted": false
}
]Create a new team
Request Body
Name
Type
Description
Add a new member to an existing team
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
๐จ Create teams in bulk
Mark team as management team
Path Parameters
Name
Type
Description
Last updated