Skip to main content
Skip table of contents

Teams

Create or Update Team

Path

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

Method

POST

Response Body


CODE
{
	"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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.