UserService
UserService Description: ASMX, WSDL
| Add: ASMX, XML | ||
| Description: Add a new service user with permissions. |
| Parameters: | ||
| Name | Type | Description |
| User | UserDataset.UserDataTable | XSD |
| SoapHeader: | ||
| Name | Type | Description |
| Username | String | Your username to login to ListManager. |
| Password | String | Your password to login to ListManager. |
| List | String | The ListManager list you want to access. |
| Return Value: | ||
| Type | Description | |
| UserDataset.UserDataTable | XSD | |
| Authenticate: ASMX, XML | ||
| Description: Check if user is valid. |
| Parameters: | ||
| none | ||
| SoapHeader: | ||
| Name | Type | Description |
| Username | String | Your username to login to ListManager. |
| Password | String | Your password to login to ListManager. |
| List | String | The ListManager list you want to access. |
| Return Value: | ||
| Type | Description | |
| Boolean | ||
| AuthenticateAdministrator: ASMX, XML | ||
| Description: Check if user is valid and at what level. None=0, List=1, Site=2, Server=3 |
| Parameters: | ||
| none | ||
| SoapHeader: | ||
| Name | Type | Description |
| Username | String | Your username to login to ListManager. |
| Password | String | Your password to login to ListManager. |
| List | String | The ListManager list you want to access. |
| Return Value: | ||
| Type | Description | |
| Administrator | ||
| Delete: ASMX, XML | ||
| Description: Delete existing user. Set member record to unsub. |
| Parameters: | ||
| Name | Type | Description |
| UserID | Int32 | |
| SoapHeader: | ||
| Name | Type | Description |
| Username | String | Your username to login to ListManager. |
| Password | String | Your password to login to ListManager. |
| List | String | The ListManager list you want to access. |
| Return Value: | ||
| Type | Description | |
| Boolean | ||
| Exists: ASMX, XML | ||
| Description: Check if a user exists. |
| Parameters: | ||
| Name | Type | Description |
| String | ||
| SoapHeader: | ||
| Name | Type | Description |
| Username | String | Your username to login to ListManager. |
| Password | String | Your password to login to ListManager. |
| List | String | The ListManager list you want to access. |
| Return Value: | ||
| Type | Description | |
| Boolean | ||
| ExistsByID: ASMX, XML | ||
| Description: Check if a user exists with UserID. |
| Parameters: | ||
| Name | Type | Description |
| UserID | Int32 | |
| SoapHeader: | ||
| Name | Type | Description |
| Username | String | Your username to login to ListManager. |
| Password | String | Your password to login to ListManager. |
| List | String | The ListManager list you want to access. |
| Return Value: | ||
| Type | Description | |
| Boolean | ||
| List: ASMX, XML | ||
| Description: List users with email addresses like search email. |
| Parameters: | ||
| Name | Type | Description |
| SearchEmail | String | |
| SoapHeader: | ||
| Name | Type | Description |
| Username | String | Your username to login to ListManager. |
| Password | String | Your password to login to ListManager. |
| List | String | The ListManager list you want to access. |
| Return Value: | ||
| Type | Description | |
| UserDataset.UserDataTable | XSD | |
| Load: ASMX, XML | ||
| Description: Load user record with email address. |
| Parameters: | ||
| Name | Type | Description |
| String | ||
| SoapHeader: | ||
| Name | Type | Description |
| Username | String | Your username to login to ListManager. |
| Password | String | Your password to login to ListManager. |
| List | String | The ListManager list you want to access. |
| Return Value: | ||
| Type | Description | |
| UserDataset.UserDataTable | XSD | |
| LoadByID: ASMX, XML | ||
| Description: Load user record with ID. |
| Parameters: | ||
| Name | Type | Description |
| UserID | Int32 | |
| SoapHeader: | ||
| Name | Type | Description |
| Username | String | Your username to login to ListManager. |
| Password | String | Your password to login to ListManager. |
| List | String | The ListManager list you want to access. |
| Return Value: | ||
| Type | Description | |
| UserDataset.UserDataTable | XSD | |
| LoadListNames: ASMX, XML | ||
| Description: Load valid lists for the logged in user. |
| Parameters: | ||
| none | ||
| SoapHeader: | ||
| Name | Type | Description |
| Username | String | Your username to login to ListManager. |
| Password | String | Your password to login to ListManager. |
| List | String | The ListManager list you want to access. |
| Return Value: | ||
| Type | Description | |
| ListDataset.ListDataTable | XSD | |
| Update: ASMX, XML | ||
| Description: Update a user record. |
| Parameters: | ||
| Name | Type | Description |
| User | UserDataset.UserDataTable | XSD |
| SoapHeader: | ||
| Name | Type | Description |
| Username | String | Your username to login to ListManager. |
| Password | String | Your password to login to ListManager. |
| List | String | The ListManager list you want to access. |
| Return Value: | ||
| Type | Description | |
| UserDataset.UserDataTable | XSD | |





