Back to Node Auth0

Interface CreateExportUsersRequestContent

docs/interfaces/management.Management.CreateExportUsersRequestContent.html

5.9.11.4 KB
Original Source

Interface CreateExportUsersRequestContent

Example

{}Copy

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

Index

Properties

connection_id?format?limit?fields?

Properties

Optionalconnection_id

connection_id?: string

connection_id of the connection from which users will be exported.

Optionalformat

format?: Management.JobFileFormatEnum

Optionallimit

limit?: number

Limit the number of records.

Optionalfields

fields?: CreateExportUsersFields[]

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

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties connection_idformatlimitfields