Assign Assets

Assign an existing asset to a user within the system.

POST
/api/v1/assets/assign/user

Description

This endpoint assigns an existing asset to a user within the system, based on the asset number and the user's email address. It's typically used by administrators or asset managers to link devices or hardware to specific employees for accountability and lifecycle tracking. Asset status type must be 'Deployable' to assign the asset.

Request

Body Parameters

ParameterTypeRequiredDescription
asset_numberstringYesThe unique ID of the asset to assign
assign_to_emailstringYesThe email of the user to whom the asset is being assigned
asset_statusstringYesStatus of the asset post-assignment (e.g., Ready to Deploy)

Related Endpoints

Did this page help you?