| categoryUser:index | ||||
|---|---|---|---|---|
| Description: | ||||
| Index CategoryUser by userid and category id |
||||
| Input Params | ||||
| Name | Type | Description | Required | Default Value |
| userId | string | V | ||
| categoryId | int | V | ||
| shouldUpdate | bool | 1 | ||
| Output Type | ||||
| int | ||||
| Errors | ||||
| INVALID_CATEGORY_USER_ID,Invalid CategoryUser for category ["%s"] and for user ["%s"] | ||||
| Example HTTP Hit | ||||
| http://www.kaltura.com/api_v3/?service=categoryUser&action=index POST fields: userId categoryId shouldUpdate |
||||