| permission:add | |||||
|---|---|---|---|---|---|
| Description: | |||||
| Adds a new permission object to the account. |
|||||
| Input Params | |||||
| Name | Type | Description | Required | Default Value | Restrictions |
| permission | KalturaPermission | The new permission | V | ||
| Output Type | |||||
| KalturaPermission | |||||
| 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=permission&action=add POST fields: permission:relatedObjects permission:id permission:type permission:name permission:friendlyName permission:description permission:status permission:partnerId permission:dependsOnPermissionNames permission:tags permission:permissionItemsIds permission:createdAt permission:updatedAt permission:partnerGroup |
|||||