create

suspend fun create(webId: String, addressBookUri: String, title: String, contactUris: List<String> = emptyList()): FullGroup?

Creates a group titled title, optionally seeded with contactUris.