Back to Node Auth0

Interface CreateImportUsersResponseContent

docs/interfaces/management.Management.CreateImportUsersResponseContent.html

5.9.11.3 KB
Original Source

Interface CreateImportUsersResponseContent

interface CreateImportUsersResponseContent {
status: string;
type: string;
created_at: string;
id: string;
connection_id: string;
external_id?: string;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

statustypecreated_atidconnection_idexternal_id?

Properties

status

status: string

Status of this job.

type

type: string

Type of job this is.

created_at

created_at: string

When this job was created.

id

id: string

ID of this job.

connection_id

connection_id: string

connection_id of the connection to which users will be imported.

Optionalexternal_id

external_id?: string

Customer-defined ID.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties statustypecreated_atidconnection_idexternal_id