addMembers

fun addMembers(groupId: String, members: List<String>): JsonObject

Method to execute the request to add members to a group

Return

the result of the request as JsonObject

Parameters

groupId

The group identifier where add the members

members

The list of the members to add