Update user settings (DATABASE)
{ updateUsersDb }
Updates user details in the system for Database Authentication.
Method
/API2/access/updateUsersDb
Input Parameters
Name
updateUserDbArr
Object Type
Description
The object used to update a database authentication user.
Output Response
Successful Result Code
200
Response Type
Description of Response Type
Generic API response object with success or failure flag and related messages.
Notes
Use this only if the database is used as the authentication provider.
Examples
Create new database user (JavaScript):
This example demonstrates how to create a new tenant, user and roles in Pyramid, when using database authentication.
The example uses API authentication driven from JavaScript. See Authentication APIs for alternatives.