Auth0 Node.js SDK - v5.12.0
    Preparing search index...

    Interface ListOrganizationMemberRoleSourceGroupsResponseContent

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

    Properties

    Properties

    groups: Group[]
    next?: string

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