UpdateGroupRequest: {
    description?: string;
    groupId: string;
    name?: string;
    tags?: string[];
}

Type declaration

  • Optionaldescription?: string

    New description for the group (max length is 200 chars).

  • groupId: string

    ID of the group to update.

  • Optionalname?: string

    New name for the group (max length is 64 chars). MUST be unique inside an Organization.

  • Optionaltags?: string[]

    New tags for the group (maximum of 10 tags).