AddUsersToCustomGroupRequest

AddUsersToCustomGroupRequest
AddUsersToCustomGroupRequest

List of users to be added to custom group.

JSON Example
{
    "invitedBy": "string",
    "usernamesToAdd": [
        "string"
    ],
    "notifyUsers": false
}
string
invitedBy
Optional

Invited By, specify the actual user who is inviting.

array of string
usernamesToAdd
Required
Constraints: minItems: 0 maxItems: 20

List of user names to be added to custom group.

boolean
notifyUsers
Optional

Publish email notification to group members.