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

    Interface GetUserGroupsPaginatedResponseContent

    interface GetUserGroupsPaginatedResponseContent {
        groups: UserGroupsResponseSchema[];
        next?: string;
        start?: number;
        limit?: number;
        total?: number;
    }
    Index

    Properties

    next?: string

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

    start?: number
    limit?: number
    total?: number