createGroup

abstract suspend fun createGroup(name: String): Group

Creates a new permission group with the given name.

Return

the created Group instance

Parameters

name

desired group name