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
Example request
{
"new_owner_id": "user_01h2xcejqtf2nbrexx3vqjhp41"
}Response
Success