This function returns data of one or more LiveConfig users. If the login
field is left empty, the data of all existing users will be returned, otherwise only those with the specified user name.
In order to receive all users of a certain customer, his customer number must be passed in the field cid
.
Field |
Type |
RegExp |
Null? |
Description |
---|---|---|---|---|
|
AuthData |
no |
Authentication data |
|
|
long |
|
yes |
Customer number |
|
string |
|
yes |
User name |
Field |
Type |
RegExp |
Null? |
Description |
---|---|---|---|---|
|
UserDetails[] |
yes |
Array with user data |
The format of the user data (UserDetails
) is:
Field |
Type |
Null? |
Description |
---|---|---|---|
|
string |
no |
User name (LiveConfig login) |
|
integer |
no |
Status ( |
|
string |
no |
Contact ID of the user |