RemoveUsersFromCustomGroupRequest

RemoveUsersFromCustomGroupRequest
RemoveUsersFromCustomGroupRequest

Users to be removed from custom group.

JSON Example
{
    "ids": [
        "string"
    ],
    "notifyUsers": false
}
array of string
ids
Required

Identifiers of the users to be notified.

boolean
notifyUsers
Optional

Publish email notification to group members.