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

    Interface CreateExportUsersRequestContent

    {}
    
    interface CreateExportUsersRequestContent {
        connection_id?: string;
        format?: Management.JobFileFormatEnum;
        limit?: number;
        fields?: CreateExportUsersFields[];
    }
    Index

    Properties

    connection_id?: string

    connection_id of the connection from which users will be exported.

    limit?: number

    Limit the number of records.

    List of fields to be included in the CSV. Defaults to a predefined set of fields.