Back to Node Auth0

Class SynchronizationsClient

docs/classes/management.SDK.SynchronizationsClient.html

5.9.12.6 KB
Original Source

Class SynchronizationsClient

Index

Constructors

constructor

Methods

create

Properties

_options

Constructors

constructor

new SynchronizationsClient(options: BaseClientOptions): SynchronizationsClient

Parameters

Returns SynchronizationsClient

Methods

create

create(
id: string,
requestOptions?: SynchronizationsClient.RequestOptions,
): HttpResponsePromise<CreateDirectorySynchronizationResponseContent>

Request an on-demand synchronization of the directory.

Parameters

  • id: string

The id of the connection to trigger synchronization for

Request-specific configuration.

Returns HttpResponsePromise<CreateDirectorySynchronizationResponseContent>

Throws

Management.BadRequestError

Throws

Management.UnauthorizedError

Throws

Management.ForbiddenError

Throws

Management.NotFoundError

Throws

Management.ConflictError

Throws

Management.TooManyRequestsError

Example

await client.connections.directoryProvisioning.synchronizations.create("id")Copy

Properties

Protected Readonly_options

_options: NormalizedClientOptionsWithAuth<BaseClientOptions>

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Constructors constructor Methods create Properties _options