• import { removeGroupUsers } from "@esri/arcgis-rest-portal";
    //
    removeGroupUsers({
    id: groupId,
    users: ["username1", "username2"],
    authentication
    })
    .then(response);

    Add users to a group. See the REST Documentation for more information.

    Parameters

    • requestOptions: IRemoveGroupUsersOptions

      Options for the request

    Returns Promise<IRemoveGroupUsersResult>

    A Promise