getGroup

fun getGroup(groupId: String, onCompletion: (Either<Group, SippoResourceError>) -> Unit)

Gets the group identified by a given groupId.

Parameters

groupId

Group identifier.

onCompletion

Callback that will be invoked when the request is completed. It will receive the required group in case of success or a SippoResourceError otherwise.