Name |
Description |
add |
Adds a new user to an existing account in the Kaltura database.
Input param $id is the unique identifier in the partner's system. |
addFromBulkUpload |
|
checkLoginDataExists |
Action which checks whther user login |
delete |
Deletes a user from a partner account. |
disableLogin |
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. |
enableLogin |
Enables a user to log into a partner account using an email address and a password |
exportToCsv |
Creates a batch job that sends an email with a link to download a CSV containing a list of users |
generateQrCode |
get QR image content |
get |
Retrieves a user object for a specified user ID. |
getByLoginId |
Retrieves a user object for a user's login ID and partner ID.
A login ID is the email address used by a user to log into the system. |
index |
Index an entry by id. |
list |
Lists user objects that are associated with an account.
Blocked users are listed unless you use a filter to exclude them.
Deleted users are not listed unless you use a filter to include them. |
login |
Logs a user into a partner account with a partner ID, a partner user ID (puser), and a user password. |
loginByKs |
Logs a user to the destination account provided the KS' user ID is associated with the destination account and the loginData ID matches |
loginByLoginId |
Logs a user into a partner account with a user login ID and a user password. |
loginDataResetPassword |
Resets user login password |
notifyBan |
Notifies that a user is banned from an account. |
resetPassword |
Reset user's password and send the user an email to generate a new one. |
serveCsv |
Will serve a requested CSV |
setInitialPassword |
Set initial user password |
update |
Updates an existing user object.
You can also use this action to update the userId. |
updateLoginData |
Updates a user's login data: email, password, name. |
validateHashKey |
Validate hash key |