Docs Menu
API Developer Guide / middleware / pub / security / java / udpateUser

Service: udpateUser

This service updates user information in the system

Input Parameter:

Name Type Description
userID: String The user ID of the user to be updated
email: String The updated email address.
password: String The updated password
groups: String Array An updated array of group names to which the user belongs.
isAdmin: Boolean An updated boolean flag indicating whether the user is an administrator.
isDeveloper: Boolean An updated boolean flag indicating whether the user is a developer.
name: String The updated name of the user.

Output Parameter:

Name Type Description
status: Boolean A boolean value indicating the status of the operation, where true represents success, and false represents failure.