Scripted partner creation

Hello everyone,

I was wondering if it’s possible to automatically create a new partner (and/or user) as part of a scripted installation. It would be nice to be able to do so as part of a docker container creation for instance.

Any info to point me in the right direction would be much appreciated.

Hi @luca.guindani,

It certainly is:) Generally speaking, all actions done by the Kaltura web interfaces are accomplished by making API requests and so, anything that can be done from them, can also be done from external code utilising the same APIs.
See https://github.com/kaltura/platform-install-packages/blob/Lynx-12.17.0/RPM/scripts/postinst/create_partner.php.

You can read more about our API here:


https://developer.kaltura.com/https://developer.kaltura.com/

Great, thanks a lot @jess