Transfer Media
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
400
If users are not found with the provided ids, the endpoint returns HTTP 400.
401
Authorization information is missing or invalid.
403
If a user without proper permissions tries to call this endpoint, the call is rejected with 403 Forbidden.
422
Invalid user_id is provided.
post
/transfer_mediaLast updated
Was this helpful?