create

fun create(groupName: String): Single<Group>

Creates a new Group.

Return

A single that will emit the created group when the request is processed. In case of error, it will emit a SippoResourceError.

Parameters

groupName

Name of the group.