Description
Input parameters for method createUser
Derived By
Restricting anyType
Content Model
Contains elements as defined in the following table.
Component |
Type |
Occurs |
Description |
---|---|---|---|
userDetails |
0..1 |
Details of the user to be created |
|
password |
string |
0..1 |
Plain text password to use |
passwordHash |
string |
0..1 |
A hashed password value; supported hash formats are: MD5, SHA, SHA256, htpasswd -m, htpasswd -s and mysql hashes |
customerUUID |
string |
0..1 |
The uuid of the customer to which this user belongs |
isAdmin |
boolean |
1..1 |
A flag indicating whether the user becomes the owner of the customer |