getGroup

fun getGroup(groupId: String): Single<Group>

Gets the group identified by a given groupId.

Return

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

Parameters

groupId

Group identifier.