Introduction
Enrolls all eligible devices in a database into a Device Add-In. The work is queued for background processing; per-device results are not returned synchronously. Only reseller users can call this method.
Parameters

accountId

The account ID that owns the devices.

apiKey

The API key (User ID) of the authenticated reseller.

databaseName

The database name where the devices are registered.

sessionId

The session ID of the authenticated reseller.

solutionId

The Solution ID of the Add-In to enroll devices into.
Return value
ApiBulkDeviceAddInJobResponse with the queued job ID for support correlation.
Code samples

Loading API Runner...