CreateGroupRequest: {
    description: string;
    name?: string;
    organizationId?: string;
    tags?: string[];
}

Type declaration

  • description: string

    Description of the group to create (max length is 200 chars).

  • Optionalname?: string

    Name of the group to create (max length is 64 chars). MUST be unique inside an Organization.

  • OptionalorganizationId?: string

    ID of Organization linked to the group.

  • Optionaltags?: string[]

    Tags associated with the group (maximum of 10 tags).