docs/interfaces/management.Management.CreateExportUsersResponseContent.html
interface CreateExportUsersResponseContent {
status: string;
type: string;
created_at?: string;
id: string;
connection_id?: string;
format?: Management.JobFileFormatEnum;
limit?: number;
fields?: CreateExportUsersFields[];
key: string: any;
}
Accepts any additional properties
statustypecreated_at?idconnection_id?format?limit?fields?
status: string
Status of this job.
type: string
Type of job this is.
Optionalcreated_atcreated_at?: string
When this job was created.
id: string
ID of this job.
Optionalconnection_idconnection_id?: string
connection_id of the connection from which users will be exported.
Optionalformatformat?: Management.JobFileFormatEnum
Optionallimitlimit?: number
Limit the number of records.
Optionalfieldsfields?: CreateExportUsersFields[]
List of fields to be included in the CSV. Defaults to a predefined set of fields.
Member Visibility
ThemeOSLightDark
Properties statustypecreated_atidconnection_idformatlimitfields