ApplicationUsers
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Common/ApplicationUsers
Represents a queryable MONITOR application user.
GUID
1B543334-333B-4D74-8680-C8A2395C8D9F
Required permission
Show user
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the application user. |
|
Username | String | The username of the application user.
|
|
Description | String | The description of the application user.
|
Introduced in version 2.52 |
WindowsUserAccountName | String | The windows account username of the application user.
|
|
IsInvisible | Boolean | Specifies if the application user is hidden from general use in the MONITOR system. |
Introduced in version 2.52 |
DefaultRole | Int64 | The default role of the application user. |
Introduced in version 2.52 |
DefaultGroup | Int64? | The business key identifier of the application user's default permission group. |
Introduced in version 2.52 |
WarehouseId | Int64 | The business key identifier of the application user's default warehouse. References Warehouses. |
Introduced in version 2.52 |
LanguageId | Int64 | The business key identifier of the application user's default language code. References LanguageCodes. |
Introduced in version 2.52 |
MailAddress | String | The email address of the user.
|
Introduced in version 2.52 |
MailMethod | Int32? | The email method of the user.
|
Introduced in version 2.52 |
Printers | ApplicationUserPrinters[] | The printers that have been assigned to the user.
|
Introduced in version 2.52 |
DefaultPrinter | String | The name of the default printer that have been assigned to the user. |
Introduced in version 2.52 |
External1Printer | String | The name of the external 1 printer that have been assigned to the user. |
Introduced in version 2.52 |
External2Printer | String | The name of the external 2 printer that have been assigned to the user. |
Introduced in version 2.52 |
External3Printer | String | The name of the external 3 printer that have been assigned to the user. |
Introduced in version 2.52 |
PrintoutFormatForParcel | Int32 | The printout document format type that have been assigned to the user.
|
Introduced in version 2.52 |
WarehousePermissions | WarehousePermissions[] | The warehouse permissions that apply to the application user.
|
Introduced in version 22.3 |
DefaultVoucherSeriesId | Int64? | The business key identifier of the application user's default voucher series.
|
Introduced in version 22.3 |
UserAuthenticationMethod | Int32 | The selected authentication method of the application user.
|
Introduced in version 25.3 |
Example
{
"Id": 0,
"Username": null,
"Description": null,
"WindowsUserAccountName": null,
"IsInvisible": false,
"DefaultRole": 0,
"DefaultGroup": null,
"WarehouseId": 0,
"LanguageId": 0,
"MailAddress": null,
"MailMethod": null,
"Printers": null,
"DefaultPrinter": null,
"External1Printer": null,
"External2Printer": null,
"External3Printer": null,
"PrintoutFormatForParcel": 0,
"WarehousePermissions": null,
"DefaultVoucherSeriesId": null,
"UserAuthenticationMethod": 0
}