Show / Hide Table of Contents

    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.

    • Max length is 20
    • Not nullable
    • Unique
    Description String The description of the application user.

    • Max length is 35
    Introduced in version 2.52
    WindowsUserAccountName String The windows account username of the application user.

    • Max length is 80
    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.

    • Max length is 80
    Introduced in version 2.52
    MailMethod Int32? The email method of the user.

    • ClientBasedOutlook: 0
    • ServerBasedExchange: 2
    • ServerBasedSmtp: 3
    • ServerBasedExchangeOnline: 4
    Introduced in version 2.52
    Printers ApplicationUserPrinters[] The printers that have been assigned to the user.

    • Expandable
    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.

    • PDF: 0
    • ZPL: 1
    • LaserSte: 2
    • ThermoSe: 3
    • LaserA5: 4
    • Laser2A5: 5
    • Thermo190: 6
    • ThermoBrev3: 7
    • Thermo165: 8
    Introduced in version 2.52
    WarehousePermissions WarehousePermissions[] The warehouse permissions that apply to the application user.

    • Expandable
    Introduced in version 22.3
    DefaultVoucherSeriesId Int64? The business key identifier of the application user's default voucher series.

    • References VoucherSeries
    Introduced in version 22.3
    UserAuthenticationMethod Int32 The selected authentication method of the application user.

    • Password: 0
    • WindowsIntegrated: 1
    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
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB