Kaltura API

userdisableLogin
Description:
Disables a user's ability to log into a partner account using an email address and a password. You may use either a userId or a loginId parameter for this action.
Input Params
Name Type Description Required Default Value
userId string The user's unique identifier in the partner's system 1
loginId string The user's email address that identifies the user for login 1
Output Type
KalturaUser
Example HTTP Hit
http://www.kaltura.com/api_v3/service/user/action/disableLogin
JSON object:
				
{ userId: "value", loginId: "value" }