CreateUser
This API creates a new user.
URL
<http/https>://<host-name>:<Port>/protectappws/services/rest/users/createUser
Input Parameters
Parameters | Description |
---|---|
adminUser | User with admin rights (optional). |
adminPassword | Password for the admin user (optional). |
userName | Name of the new user to be created. |
userPassword | Password for the new user. |
isPasswordChangeable | Use this parameter to change the password. The default value is false (optional). |
certAlias | Client certificate alias for making SSL connections (optional). |
certPassword | Password for the provided certificate alias (optional). |
CustomAttributeList | (Optional), use this parameter to add custom attributes to the user. |
Sample REST call for cxf
request
response
Sample SOAP Parameters
Output
User created successfully.