Remove User Groups Assigned to a Workspace

post

/api/restapi/workspace/removeUserGroups

Send a request to this endpoint to remove user groups from a workspace.

Request

Header Parameters
  • Enabling this boolean flag fails to complete the request if an error occurred while processing any user group removal sent as part of the request.
    Allowed Values: [ "true", "false" ]
    Default Value: false
Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityRemoveWorkspaceUserGroupPermissions
Type: object
Title: ApiEntityRemoveWorkspaceUserGroupPermissions
Show Source
Nested Schema : userGroupIds
Type: array
List of user group IDs for removing user groups.
Show Source
Back to Top

Response

Supported Media Types

207 Response

The object was successfully integrated.
Body ()
Root Schema : List<ApiEntityRemoveWorkspaceUserGroupPermissionsResponse>
Type: array
Title: List<ApiEntityRemoveWorkspaceUserGroupPermissionsResponse>
Show Source
Nested Schema : ApiEntityRemoveWorkspaceUserGroupPermissionsResponse
Type: object
Title: ApiEntityRemoveWorkspaceUserGroupPermissionsResponse
Show Source

400 Response

Invalid input.
Back to Top