removeUsersFromTeam
Remove N users from team. Acts as a wrapper around removeGroupUsers from arcgis-rest-portal
Parameters
| Parameter | Type | Default | Notes |
|---|---|---|---|
| id Required | string |
Group Id |
|
| users Required | string[] |
Array of usernames to remove |
|
| authentication Required | IAuthenticationManager |
auth |
Returns
{Promise
Promise<IRemoveGroupUsersResult>
| Property | Type | Notes |
|---|
Function defined in teams/src/remove-users-from-team.ts:16