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 |
|
customer |
List the Web Users for a specific Customer |
customer=1019 |
Post 2018.3 |
|
isActive |
List only Web Users that are Active |
isActive=true |
Post 2018.3 |
Security Linked Menu
|
Menu Item
|
Located
|
|---|---|
|
Customer Maintenance |
Data 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>