Assign Assets

Assign an asset to an employee.

POST
/api/v1/assets/assign/user

Description

Link a device to an employee using the asset number and the employee's work email. The asset must be in a deployable status such as Ready to Deploy. After a successful assignment, the asset status is set to In Use.

Request

Body Parameters

ParameterTypeRequiredDescription
asset_numberstringYesAsset number from the asset record (not the customer asset ID)
assign_to_emailstringYesEmployee work email (must already exist in your company)

Related Endpoints

Did this page help you?