sippo-sdk / com.quobis.sippo.sipposdk.group / Groups / getGroup

getGroup

fun getGroup(groupId: String, onCompletion: (Either<Group, SippoResourceError>) -> Unit): 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.