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

Service: addUser

This service adds a new user to the system

Input Parameter:

Name Type Description
userID: String The user ID for the new user.
password: String The password for the new user.
isAdmin: Boolean A boolean flag indicating whether the new user is an administrator.
isDeveloper: Boolean A boolean flag indicating whether the new user is a developer.
groups: String Array An array of group names to which the new user belongs.
email: String The email address of the new user.
name: String The name of the new 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.
error: String An error message if the operation fails.