Use this when a worker leaves and their rented device should pass to a new joiner rather than return to Deel. Reassigns a rental agreement to a new HRIS profile via store-and-reuse. The caller picks a variant_id from actions.reuse.details.reusable_variants on GET /rest/it/agreements/{agreement_id} and supplies the new holder’s delivery address. Transitions store_and_reuse.status from READY to IN_PROGRESS and returns the updated agreement.
Token scopes: it-service-requests:write
The Deel API uses bearer tokens to authenticate requests. All API calls must be made over HTTPS — calls over plain HTTP or without authentication will fail.
Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/