AddUsersToCustomGroupRequest
AddUsersToCustomGroupRequest
List of users to be added to custom group.
JSON Example
{
"invitedBy": "string",
"notifyUsers": false,
"usernamesToAdd": [
"string"
]
}
string
invitedBy
Optional
Invited By, specify the actual user who is inviting.
boolean
notifyUsers
Optional
Publish email notification to group members.
array of string
usernamesToAdd
Required
List of user names to be added to custom group.