permission:add | ||||
---|---|---|---|---|
Description: | ||||
Adds a new permission object to the account. |
||||
Input Params | ||||
Name | Type | Description | Required | Default Value |
permission | KalturaPermission | The new permission | V | |
Output Type | ||||
KalturaPermission | ||||
Errors | ||||
PROPERTY_VALIDATION_CANNOT_BE_NULL,The property "%s" cannot be NULL | ||||
PROPERTY_VALIDATION_NOT_UPDATABLE,The property "%s" cannot be updated | ||||
Example HTTP Hit | ||||
http://www.kaltura.com/api_v3/?service=permission&action=add POST fields: 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 |