For the complete documentation index, see llms.txt. This page is also available as Markdown.

Transfer Media

Transfer all media owned by one user to another

post

The endpoint transfers all not shared media objects owned by the user to a new owner. We transfer the media objects themselves, all perspectives stored in the "My Library" and in custom collections.

Authorizations
AuthorizationstringRequired
Body
from_user_idintegerRequired
to_user_idintegerRequired
Responses
200

The media has been successfully transferred to the target user.

application/json
not_transferred_perspective_idsstring[]Optional
not_transferred_collection_idsinteger[]Optional
post/transfer_media

Last updated

Was this helpful?