mng.GetUserAttributes
This job delivers the properties of the specified user.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Currently not supported — pass |
|
INT |
Yes |
Must be passed as |
|
STRING |
Yes |
Username (DB field |
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
BASE64 |
— |
User information in XML format (see below). |
3. Structure of utfXmlInfo
<AdmInfo>
<Users>
<User account_type="0" bemerkung="9f73fbbd-c994-4e94-9e8a-9c3da7ca9f19" benutzer="ROOT" changepwd="0" flags="1" geaendert="0" id="2" langid="0" locked="0" logincount="0" loginname="ROOT" loginstation="" logintime="1774479216" mfauthflag="0" name="Administrator" never_expire="0" osemail="admin@ecmind.ch" osguid="35100CD4D441420B90811DC90766D64F" profil="-1" pwd_changed="1" server_id="0" station="" supervisor="-1" validfrom="" validto=""/>
</Users>
</AdmInfo>
| Attribute | Type | Description |
|---|---|---|
|
INT |
Login type: |
|
STRING |
Comment from user configuration |
|
STRING |
Username |
|
INT |
|
|
STRING |
Login name |
|
INT |
|
|
INT |
|
|
INT |
ID of the user |
|
INT |
ID of the language of the object definition (empty = German) |
|
INT |
|
|
INT |
Number of login attempts |
|
STRING |
Name of the last login station |
|
INT |
Login timestamp |
|
INT |
Multi-factor authentication flag |
|
STRING |
Full name of the user |
|
STRING |
User’s email |
|
STRING |
GUID of the user |
|
STRING |
Encrypted password of the user |
|
INT |
|
|
INT |
|
|
INT |
Timestamp of the last password change (Unix timestamp); |
|
INT |
ID of the server |
|
STRING |
Name of the user’s workstation |
|
INT |
|
|
STRING |
User account valid from. Format: |
|
STRING |
User account valid to. Format: |