With this function, a new user can be created for a customer. The returned value is the ID of the new data record. If an identical user already exists, his ID is returned.
The user name must be unique across the system.
If the password starts with $1$
, LiveConfig assumes that it is already an MD5 password hash and not a plain text password.
Field |
Type |
RegExp |
Null? |
Description |
---|---|---|---|---|
|
AuthData |
no |
Authentication data |
|
|
string |
|
no |
ID of the customer to whom the user is assigned |
|
string |
|
no |
Contact ID of the new user |
|
string |
|
no |
User name |
|
string |
|
no |
Password |
Field |
Type |
Null? |
Description |
---|---|---|---|
|
string |
no |
Data record ID |
The data record ID is customer-specific encrypted.