Back to Node Auth0

Class UsersExportsClient

docs/classes/management.SDK.UsersExportsClient.html

5.9.12.5 KB
Original Source

Class UsersExportsClient

Index

Constructors

constructor

Methods

create

Properties

_options

Constructors

constructor

new UsersExportsClient(options: BaseClientOptions): UsersExportsClient

Parameters

Returns UsersExportsClient

Methods

create

create(
request?: CreateExportUsersRequestContent,
requestOptions?: UsersExportsClient.RequestOptions,
): HttpResponsePromise<CreateExportUsersResponseContent>

Export all users to a file via a long-running job.

Parameters

Request-specific configuration.

Returns HttpResponsePromise<CreateExportUsersResponseContent>

Throws

Management.BadRequestError

Throws

Management.UnauthorizedError

Throws

Management.ForbiddenError

Throws

Management.TooManyRequestsError

Example

await client.jobs.usersExports.create()Copy

Properties

Protected Readonly_options

_options: NormalizedClientOptionsWithAuth<BaseClientOptions>

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Constructors constructor Methods create Properties _options