To change the playlist owner via API
- Open the API console at https://developer.kaltura.com/console/ (Sign In) or http://www.kaltura.com/api_v3/testme.
If Testme Console is used, first, you will need to generate a KS session as demonstrated on How to Start a Kaltura Session using the TestMe Console. - Select Session Service > baseEntry.
- Select Action > update.
- Enter the desired playlist ID under the entryId (string) field.
- Select baseEntry (KalturaBaseEntry) > Edit.
- Enter the desired userId (string).
- Click Send.
To verify the current playlist owner, generate the following API call: baseEntry > get. View the userId in the output result.