Skip to content

Dossier Transfer

POST dossiers/<dossier_id>/transfer_ownership

Transfers the ownership of a dossier to another user within the same organization. A dossier can only be transferred by its current owner or by the organization admin.

Request#

curl -X POST 'https://api.pricehubble.com/api/v1/dossiers/119a6ead-4ac4-4b4b-b264-195a2895618e/transfer_ownership' \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer 74126eab0a9048d993bda4b1b55ae074' \
  -d '{
    "username": "New owner"
}'

Request fields#

Field Description Type Remarks
username The username of dossier's new owner string