Skip to main content
Skip table of contents

EC Web User

URL

Verbs

Function

Available

ECWebUser

GET

Query a list of Web Users

Post 2018.3

ECWebUser/<code>

GET

Query a single Web User by login

Post 2018.3

Supported modifiers

Query String

Definition

Sample
Available

authenticate

Authenticate against the Web User with their Password

action=Authenticate&Password=Fred123!Post 2018.3
customerList the Web Users for a specific Customercustomer=1019Post 2018.3
isActiveList only Web Users that are ActiveisActive=truePost 2018.3

Security Linked Menu

Menu Item
Located
Customer MaintenanceData Entry / Accounts Receivable

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<ECWebUser>
    <Edition>5</Edition>
    <OidString>3780.6</OidString>
    <Name>cash</Name>
    <Login>cashcan</Login>
    <EmailAddress>info@eComputers</EmailAddress>
    <IsActive>true</IsActive>
    <SecurityGroup>Account Customers CAN</SecurityGroup>
    <Customer>1019</Customer>
</ECWebUser>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.