getAvailableUsers
Get all available users.
Best practise is to cache this information and reload the availableUsers periodically (for example: once a day).
URL
https://globalreseller.nl/webservices/getAvailableUsers
HMAC calculation
apiKey + environment
Input:
Name | Datatype | Description |
---|---|---|
apiKey | String | Your public apiKey needs to be included in every request. |
environment | Enum | "test" or "production" |
HMACKey | String | The HMACKey is calculated based on the input fields. |
Output:
Name | Datatype | Description | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
success | Boolean | Indicates if the request was successfully executed. | ||||||||||||||||||
users |
Array with the available users
|