Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface CreateOrganizationGroupRolesRequestContent

    {
    * roles: ["roles"]
    * }
    interface CreateOrganizationGroupRolesRequestContent {
        roles: string[];
    }
    Index
    roles: string[]

    Array of role IDs to assign to organization group.