| userRole:get | |||||
|---|---|---|---|---|---|
| Description: | |||||
| Retrieves a user role object using its ID. |
|||||
| Input Params | |||||
| Name | Type | Description | Required | Default Value | Restrictions |
| userRoleId | int | The user role's unique identifier | V | ||
| Output Type | |||||
| KalturaUserRole | |||||
| Errors | |||||
| INVALID_OBJECT_ID;ID;Invalid object id [@ID@] | |||||
| Example HTTP Hit | |||||
| http://www.kaltura.com/api_v3/?service=userRole&action=get POST fields: userRoleId |
|||||