mng.SetUserAttributes
This job sets the properties of a user.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Currently not supported — pass |
|
BASE64 |
Yes |
Properties in XML format (see below). |
|
BOOL |
Yes |
|
2. UserInfo Structure
<AdmInfo>
<Users>
<User account_type="0" benutzer="Test" loginName="Test" flags="1"
geaendert="1" id="67" langid="0" locked="0" logincount="0"
logintime="0" name="Peter Muster"
osguid="EF989801BA8847199335DD4FDEF30BC5"
passwort="BF754341546553351243620206006521266514574240603407"
profil="66" server_id="3" supervisor="0"/>
</Users>
</AdmInfo>
| Attribute | Type | Description |
|---|---|---|
|
INT |
Login type: |
|
STRING |
Comment from user configuration |
|
STRING |
Username |
|
STRING |
Login name |
|
INT |
|
|
INT |
|
|
INT |
ID of the user |
|
INT |
ID of the used language (empty = German) |
|
INT |
|
|
INT |
Number of login attempts |
|
STRING |
Name of the last login station |
|
INT |
Login timestamp |
|
STRING |
Full name of the user |
|
STRING |
User’s email |
|
STRING |
GUID of the user |
|
STRING |
Encrypted password of the user |
|
INT |
|
|
INT |
ID of the server |
|
STRING |
Name of the user’s workstation |
|
INT |
|
|
INT |
User account valid from (timestamp) |
|
INT |
User account valid to (timestamp) |