Kaltura API

userapproleget
Description:
Get an application role for a user and app guid
Input Params
Name Type Description Required Default Value
userId string the user id V
appGuid string the app-registry id V
Output Type
KalturaUserAppRole
Example HTTP Hit
http://www.kaltura.com/api_v3/service/userapprole/action/get
JSON object:
				
{ userId: "value", appGuid: "value" }