import { removeGroupUsers } from "@esri/arcgis-rest-portal";//removeGroupUsers({ id: groupId, users: ["username1", "username2"], authentication}).then(response); Copy
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.
Options for the request
A Promise
Add users to a group. See the REST Documentation for more information.