| permissionItem:add | |||||
|---|---|---|---|---|---|
| Description: | |||||
| Adds a new permission item object to the account. This action is available only to Kaltura system administrators. |
|||||
| Input Params | |||||
| Name | Type | Description | Required | Default Value | Restrictions |
| permissionItem | KalturaPermissionItem | The new permission item | V | ||
| Output Type | |||||
| KalturaPermissionItem | |||||
| Errors | |||||
| PROPERTY_VALIDATION_CANNOT_BE_NULL;PROP_NAME;The property "@PROP_NAME@" cannot be null | |||||
| PROPERTY_VALIDATION_NOT_UPDATABLE;PROP_NAME;The property "@PROP_NAME@" cannot be updated | |||||
| Example HTTP Hit | |||||
| http://www.kaltura.com/api_v3/?service=permissionItem&action=add POST fields: permissionItem:relatedObjects permissionItem:id permissionItem:type permissionItem:partnerId permissionItem:tags permissionItem:createdAt permissionItem:updatedAt |
|||||