...
WCF parameter | data type | description |
---|---|---|
authServerPartnerLoginName | string | SurePassId SurePassID account login name |
authServerPartnerLoginPassword | string | SurePassId SurePassID account login key |
authServerPartnerUserLoginName | string | User account name |
printedSerialNumber | string | Serial number of the device |
force | bool | true - Assign the device to the user even if the device is assigned false - Do not assign the device if it is currently assigned |
...
REST parameter | data type | description |
---|---|---|
spAccountLoginName | string | SurePassId SurePassID account login name |
spAccountLoginKey | string | SurePassId SurePassID account login key |
username | string | user account login name |
type | string | assign_device |
psn | string | Serial number of the device |
force | short | 0 - Do not assign the device if it is currently assigned 1 - Assign the device to the user even if the device is assigned |
...