AddUser
Description
The AddUser() method allows a user with Administrator permissions to add an additional user to the account.
The number of allowed users for an account is limited.
Formal Definition
https://api.postalmethods.com/2009-09-09/AdminTools.asmx?op=AddUser
Input
| Property | Type | Comments |
|---|---|---|
| APIKey | String | The API key of the administrator user |
| NewUsername | String | The username of the new user being added |
| Password | String | The password of the new user being added |
| UserDescription | String | Name / Description. Up to 100 characters. Free text. Any text that may help identify the user (UTF8) |
Output: AddUserResponse
| Element | Type | Comments |
|---|---|---|
| AddUserResult | int | Result code for this Web Service request. Possible result codes appear in the Web Service Result Codes list |

