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