Kaltura API Documentationpermission.list

Lists permission objects that are associated with an account.

Blocked permissions are listed unless you use a filter to exclude them.

Blocked permissions are listed unless you use a filter to exclude them.

Try it out
post https://www.kaltura.com/api_v3/service/permission/action/list

Request Parameters

body:object
object
filter:object:KalturaPermissionFilter
orderBy:string
Enum: CREATED_AT_ASC [+createdAt], ID_ASC [+id], NAME_ASC [+name], UPDATED_AT_ASC [+updatedAt], CREATED_AT_DESC [-createdAt], ID_DESC [-id], NAME_DESC [-name], UPDATED_AT_DESC [-updatedAt]
KalturaPermissionFilter must also match all of:
object:KalturaPermissionBaseFilter
pager:object:KalturaFilterPager

The KalturaFilterPager object enables paging management to be applied upon service list actions.

KalturaFilterPager must also match all of:
object:KalturaPager

Response

Success

object:KalturaPermissionListResponse
objects:array[object:KalturaPermission]
object:KalturaPermission
createdAt:integer

readOnly

dependsOnPermissionNames:string
description:string
friendlyName:string
id:integer

readOnly

name:string
partnerGroup:string
partnerId:integer

readOnly

permissionItemsIds:string
status:integer
Enum: ACTIVE [1], BLOCKED [2], DELETED [3]

Enum Type: KalturaPermissionStatus

tags:string
type:integer
Enum: NORMAL [1], SPECIAL_FEATURE [2], PLUGIN [3], PARTNER_GROUP [4]

readOnly

Enum Type: KalturaPermissionType

updatedAt:integer

readOnly

KalturaPermissionListResponse must also match all of:
object:KalturaListResponse