| user:get | ||||
|---|---|---|---|---|
| Description: | ||||
| Retrieves a user object for a specified user ID. |
||||
| Input Params | ||||
| Name | Type | Description | Required | Default Value |
| userId | string | The user's unique identifier in the partner's system | ||
| Output Type | ||||
| KalturaUser | ||||
| Errors | ||||
| INVALID_USER_ID,Invalid user id | ||||
| Example HTTP Hit | ||||
| http://www.kaltura.com/api_v3/?service=user&action=get POST fields: userId |
||||