get Group
fun getGroup(groupId: String, onCompletion: (Either<Group, SippoResourceError>) -> Unit)
Content copied to clipboard
Gets the group identified by a given groupId.
Parameters
group Id
Group identifier.
on Completion
Callback that will be invoked when the request is completed. It will receive the required group in case of success or a SippoResourceError otherwise.