Currently this is a GAP as you cannot create group types with an API nor look them up. But you need that to create a Group.

update_group(group_id, type = NULL, name = NULL, division_id = NULL)

Arguments

group_id

group id, see list_groups()

type

the new group type

name

the new group name

division_id

default NULL but specific division id can be specified to automatically assign the division properties

Value

A status execution code

Examples

if (FALSE) update_group("GR_1234567890AbCdE", name = "New Name")