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)
group_id | group id, see |
---|---|
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 |
A status execution code
if (FALSE) update_group("GR_1234567890AbCdE", name = "New Name")