Name |
Description |
add | Adds a user to the Kaltura DB.
Input param $id is the unique identifier in the partner's system
|
update | Update existing user, it is possible to update the user id too
|
get | Get user by user ID
|
getByLoginId | Get user by user's login ID and partner ID
|
delete | Mark the user as deleted
|
list | List users (When not set in the filter, blocked and deleted users will be returned too)
|
notifyBan | Notify about user ban
|
login | Get a session using user id and password
|
loginByLoginId | Get a session using user's kaltura id and password
|
updateLoginData | Update user password and email
|
resetPassword | Reset admin user password and send it to the users email address
|
setInitialPassword | Set initial users password
|
enableLogin | Enable the user to login with a loginId (email) and password.
|
disableLogin | Disallow user to login with an id/password.
Passing either a loginId or a userId is allowed.
|