Articles
LIST
List Users for a Team
Returns a paginated list of all users who are members of the specified team.
Endpoint
GET
v5/accountteams/{team_id}/users
Requires authentication
...
UPDATE
Update Users’ Team Properties
Updates role and team manager settings for one or more users already on the specified team.
Endpoint
POST
v5/accountteams/{team_id}/users
Requires ...
ADD
Add Users to a Team
Adds one or more users to the specified team, assigning each a role and optional team manager status.
Endpoint
PUT
v5/accountteams/{team_id}/users
Requires au...
DELETE
Remove Users from a Team
Removes one or more users from the specified team.
Endpoint
DELETE
v5/accountteams/{team_id}/users
Requires authentication
Path...