create

fun create(groupName: String, onCompletion: (Either<Group, SippoResourceError>) -> Unit)

Creates a new group.

Parameters

groupName

Name of the group.

onCompletion

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