V3_UserName_Get (Get)
- Last UpdatedNov 06, 2025
- 2 minute read
| Get | V3_UserName_Get |
Resource Path:/api/v3/UserName
| Name | Description | Data Type |
|---|---|---|
| userId | The user ID. | string |
| userDesc | The user description. | string |
| active | The indication whether the user account is active in the MES system. | boolean |
| hourlyCost | The user's hourly labor cost. | number |
| langId | The ID of the user's preferred language. | integer |
| defaultDeptId | The ID of the user's default department. | string |
| lastLogIn | string | |
| lastPasswordChange | string | |
| authMethod | The enumeration that indicates the authentication method. 0 = internal 1 = Windows (future) | integer |
| defaultLabCd | The user's default labor code. | string |
| spare1 | The contents of the spare1 field. | string |
| spare2 | The contents of the spare2 field. | string |
| spare3 | The contents of the spare3 field. | string |
| spare4 | The contents of the spare4 field. | string |
| lastEditBy | The ID of the user who added or last updated the user account. | string |
| lastEditAt | The date and time, in UTC, when the user account was added or last updated | string |
| Name | Description |
|---|---|
| trans_id | Used to supply the ID of the transaction if the call is taking part in a transaction. |
| max_rows | Used to supply the maximum number of rows that will be returned by the get. |
The response body is of type Array[Generated.Models.V3_UserName_Get].
OK