Language:

/team/instances

POST

Add Team to Instance

Creates a single team and adds it to an instance.

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/instances/8-xxxxxxxxx/teams
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 

Request Body

{
  "teamZUID": "{{team_zuid}}",
  "roleZUID": "{{role_zuid}}"
}
GET

Get All Instance's Teams

Gets all Teams associated with the Instance.

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/instances/8-xxxxxxxxx/teams
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 
GET

Get All Team's Instances

Gets a all Instances associated with the Team.

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/teams/{{team_zuid}}/instances
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 
DELETE

Remove Team from Instance

Removes a ALL Team members from a given Instance.

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/instances/8-xxxxxxxxx/teams/{{team_zuid}}
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 

;