Articles
List team users
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 users in team
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 users to team
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 ...
Delete users from team
Remove Users from a Team
Removes one or more users from the specified team.
Endpoint
DELETE
v5/accountteams/{team_id}/users
Requires authentication
Path...