workOnGroup
suspend fun workOnGroup( groupId: String?, logo: ByteArray?, logoName: String?, name: String, description: String, members: List<GroupMember>, projects: List<String>): JsonObject
Method to execute the request to create a new group or edit an exiting group
Return
the result of the request as JsonObject
Parameters
groupId
The identifier of the group
logo
The logo of the group
logoName
The name of the logo of the group
name
The name of the group
description
The description of the group
members
The members to add in the group
projects
The projects to share with the group