Kaltura API Documentationsession.impersonateByKs

Start an impersonated session with Kaltura's server.

The result KS info contains the session key that you should pass to all services that requires a ticket.

Type, expiry and privileges won't be changed if they're not set

Try it out
post https://www.kaltura.com/api_v3/service/session/action/impersonateByKs

Request Parameters

body:object
object
session*:string
expiry:integer
privileges:string
type:integer
Enum: USER [0], ADMIN [2]

Response

Success

object:KalturaSessionInfo
expiry:integer

readOnly

ks:string

readOnly

partnerId:integer

readOnly

privileges:string

readOnly

sessionType:integer
Enum: USER [0], ADMIN [2]

readOnly

Enum Type: KalturaSessionType

userId:string

readOnly