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

    Interface ListUserAttributeProfilesPaginatedResponseContent

    interface ListUserAttributeProfilesPaginatedResponseContent {
        next?: string;
        user_attribute_profiles?: UserAttributeProfile[];
    }
    Index

    Properties

    next?: string

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

    user_attribute_profiles?: UserAttributeProfile[]