| userRole:clone | ||||
|---|---|---|---|---|
| Description: | ||||
| Creates a new user role object that is a duplicate of an existing role. |
||||
| Input Params | ||||
| Name | Type | Description | Required | Default Value |
| userRoleId | int | The user role's unique identifier | V | |
| Output Type | ||||
| KalturaUserRole | ||||
| Errors | ||||
| INVALID_OBJECT_ID,Invalid object id [%s] | ||||
| Example HTTP Hit | ||||
| http://www.kaltura.com/api_v3/?service=userRole&action=clone POST fields: userRoleId |
||||