Kaltura API

sessionimpersonate
Description:
Start an impersonated session with Kaltura's server. The result KS is the session key that you should pass to all services that requires a ticket.
Input Params
Name Type Description Required Default Value
secret string - should be the secret (admin or user) of the original partnerId (not impersonatedPartnerId). V
impersonatedPartnerId int V
userId string - impersonated userId 1
type KalturaSessionType 1
partnerId int 1
expiry int KS expiry time in seconds 1
privileges string 1
Output Type
string
Example HTTP Hit
http://www.kaltura.com/api_v3/service/session/action/impersonate
JSON object:
				
{ secret: "value", impersonatedPartnerId: value, userId: "value", type: value, partnerId: value, expiry: value, privileges: "value" }