Auth0 Node.js SDK - v7.2.0
    Preparing search index...

    Interface ListOrganizationMemberRoleSourceGroupsResponseContent

    interface ListOrganizationMemberRoleSourceGroupsResponseContent {
        groups: Group[];
        next?: string;
    }
    Index
    groups: Group[]
    next?: string

    A cursor to be used as the "from" query parameter for the next page of results.