GetUsers
Description
The GetUsers() method allows a user with Administrator permissions to get a list of all account's users.
Formal Definition
https://api.postalmethods.com/2009-09-09/AdminTools.asmx?op=GetUsers
Input
| Property | Type | Comments |
|---|---|---|
| APIKey | String | The API key of the administrator user |
Output: GetUsersResponse
Structure: GetUsersResult
| Element | Type | Comments |
|---|---|---|
| ResultCode | int | Result code for this Web Service request. Possible result codes appear in the Web Service Result Codes list. |
| Users | Array | Array of strings where each string represents a username value |

