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

    Interface ListOrganizationRoleGroupsResponseContent

    Checkpoint paginated list of groups assigned to a role within an organization.

    interface ListOrganizationRoleGroupsResponseContent {
        groups: RoleGroup[];
        next?: string;
    }
    Index
    groups: RoleGroup[]
    next?: string

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