addMember

abstract fun addMember(groupId: String, userData: UserData): Group?

Adds a member to a group.

Return

the updated group, or null if the group does not exist

Parameters

groupId

the ID of the group

userData

the user to add