KSC Open API
Kaspersky Security Center API description
array UserDevicesApi::CreateEnrollmentPackagesMulti ( array  pUsers,
int  lLiveTime,
array  pProtSpecInfo 
)

Creates the enrollment package for array user's device.

The method will be completed before the package is finally created, to find out when the package is ready you should call method UserDevicesApi.GetEnrollmentPackage many times.

Parameters:
pUsers(array) array of device owner binary identifier
lLiveTime(int) means how long the enrollment package is available for download (in hours)
pProtSpecInfo(array) array of params contains protocols specific data (see Protocols specific data)
Returns:
(array) array of package ids to be used to access the enrollment packages state and its attributes, ex: {{pkg_type, pkg_id}, ...}.