Teams

Create or Update Team

Path

/rest/approvalmacro/1.0/settings/team?key=<SPACE KEY>

Method

POST

Response Body



{ "id":39, // If updating a Team, specify the ID, otherwise do not. "name":"Team Alpha", "description":"Avengers Assemble!", "members":[ "ff80808160e8c8810160e8d6a1210000" // List of User Keys ] }



Response Status

200 - OK

401 - Not a Space Administrator

Delete Team

Path

/rest/approvalmacro/1.0/settings/team?id=<TEAM ID>

Method

DELETE

Response Status

200 - OK

401 - Not a Space Administrator