Remove IB Group Members

Remove members from an Information Barrier group.

Remove members from an Information Barrier group

post
Path parameters
gidstringRequired

URL-Safe encoded Group ID

Header parameters
sessionTokenstringRequired

Session authentication token.

Bodyinteger · int64[]
integer · int64[]OptionalExample: [1461508270000,7215545057281]
Responses
chevron-right
200

Success

application/json

The results of list based bulk action. The list contains the result messages in the same order as submitted. The message will be an empty string if the action was successful for item in that index.

overallResultstring · enumOptionalExample: SUCCESSPossible values:
resultsstring[]OptionalExample: [""]
post
/v1/admin/group/{gid}/membership/remove

As the example shows, the users to be removed from the Information Barrier group (specified as a list of user IDs) must be included in the data parameter.

❗️ Known Limitation

It is currently not possible to remove a deactivated user from an IB group via the API. Please use the Admin Portal if you wish to do this.

🚧 Roles and Privileges

Calling this endpoint requires the ACCESS_USER_PROVISIONING_API privilege. See Bot Permissionsarrow-up-right for a list of roles and associated privileges.

Last updated

Was this helpful?