| userRole:get | ||||
|---|---|---|---|---|
| Description: | ||||
| Retrieves a user role object using its ID. |
||||
| 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=get POST fields: userRoleId |
||||