Language:

/teams/members

GET

Get Team Members

Gets the members of a single Team

Please sign in to view your instance’s unique identifier

URL Endpoint

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

Authentication Header

Bearer YOUR_APP_SID 
PUT

Update Team Member

Updates the team role of a single user.

Please sign in to view your instance’s unique identifier

URL Endpoint

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

Authentication Header

Bearer YOUR_APP_SID 

Request Body

{ 
  "admin": true
}
DELETE

Remove Team Member

Removes a single user from a team.

Please sign in to view your instance’s unique identifier

URL Endpoint

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

Authentication Header

Bearer YOUR_APP_SID 
GET

Get Team Members Pending

Gets the pending members of a single Team

Please sign in to view your instance’s unique identifier

URL Endpoint

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

Authentication Header

Bearer YOUR_APP_SID 

;