v50

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-05-1759238438.1 KB
Documents

Transfer document ownership

Transfers ownership of a document to another user in the organization.

post/v1beta/documents/{document_id}/transfer

Path parameters

document_idstring required

Document ID.

Example:doc_01h2xcejqtf2nbrexx3vqjhp41

Document ID.

Request body

new_owner_idstring

User ID of the new owner.

Example request

{
  "new_owner_id": "user_01h2xcejqtf2nbrexx3vqjhp41"
}

Response

Success

document_idstring

Document ID that was transferred.

new_owner_idstring

User ID of the new owner.