/Users/Current
Description
Read the signed in user
Request
URI Parameters
None.
Body Parameters
None.
Response
Resource Description
RecordId
integer
Read only
Database field [SLM_USER].[SLM_USER_ID]
DisplayName
string
Length: including between 0 and 256
The full name of the user
EmployeeNumber
string
Read only
The employee number of the first assigned employee
LanguageCode
string
Read only
Language of the user as abbreviation (two letters)
ProductionControlPermission
byte
Required
The assigned authorization level for production control.
ProductionControlPermissionLabel
Read only
The assigned authorization level for production control.
TenantCurrencyThreeLetter
string
Required
Length: including between 0 and 3
The currency of the client currently used by the user
TenantDatabaseName
string
Read only
The client currently used by the client
TenantDatabaseVersion
string
Read only
The current version of the client used by the user
YearDatabaseName
string
Read only
The year currently used by the user
UserKind
string
Read only
The type of user
UserName
string
Required
Length: including between 0 and 128
The username
WawiUserToken
string
Required
Length: including between 0 and 2
The user abbreviation
AllowedTenantList
Collection of string
Liste der erlaubten Mandanten
LicenseInformation
Read only
Contains user information on the licence of the Warenwirtschaft
Response Formats
application/json
Example:
{
"RecordId": 1,
"DisplayName": "sample string 2",
"EmployeeNumber": "sample string 3",
"LanguageCode": "sample string 4",
"ProductionControlPermission": 0,
"ProductionControlPermissionLabel": "None",
"TenantCurrencyThreeLetter": "sample string 6",
"TenantDatabaseName": "sample string 7",
"TenantDatabaseVersion": "sample string 8",
"YearDatabaseName": "sample string 9",
"UserKind": "sample string 10",
"UserName": "sample string 11",
"WawiUserToken": "sample string 12",
"AllowedTenantList": [
"sample string 1",
"sample string 2"
],
"LicenseInformation": {
"Name": "sample string 1",
"ZipCode": "sample string 2",
"City": "sample string 3"
},
"HasFormanPermission": true
}