Mes.WebApi.Models.V3.Core.UserName JSON Schema
- Last UpdatedNov 06, 2025
- 1 minute read
| Name | Description | Data Type |
|---|---|---|
| user_id | The user ID, assigned by the system. | string |
| user_desc | The user description. | string |
| encrypt_password | The password for the user account, in encrypted format when returned. This property is used only for MES Native security mode. | string |
| active | The indication whether the user account is active in the MES system. | boolean |
| hourly_cost | The user's hourly labor cost. | number |
| lang_id | The ID of the user's preferred language. | integer |
| default_dept_id | The ID of the user's default department. | string |
| auth_method | The enumeration that indicates the authentication method. 0 = internal 1 = Windows (future) | integer |
| default_lab_cd | 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 |
| mod_id | The modification ID, which is a binary number that increments each time the record's table row is modified. Optionally used for optimistic concurrency control when performing updates or deletes. | string |
| last_edit_at | The date and time when the record was added or last updated. | string |
| email_address | The user's email address. | string |
| smtp_server | The SMTP email server for the user's email address. | string |
| pop3_server | The POP3 email server for the user's email address. | string |
| email_account | The user's email account name. | string |
| email_password | Not used by the system. | string |