Transfer Media
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
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.
The media has been successfully transferred to the target user.
If users are not found with the provided ids, the endpoint returns HTTP 400.
Authorization information is missing or invalid.
If a user without proper permissions tries to call this endpoint, the call is rejected with 403 Forbidden.
Invalid user_id is provided.
POST /api/public/v1/transfer_media HTTP/1.1
Host: tw.instructuremedia.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 33
{
"from_user_id": 1,
"to_user_id": 1
}
{
"not_transferred_perspective_ids": [
"text"
],
"not_transferred_collection_ids": [
1
]
}