Get Users
List all registered users. Please note that calling this method requires a UserAuthAdmin token.
This method is accessed by https://api.cryptolens.io/api/userauth/GetUsers
Parameters
Parameter |
Description |
Remarks |
CustomerId |
The customer Id. |
optional |
v |
Method version. |
optional. by default, it's 1. |
Results
Parameter |
Description |
Remarks |
Users |
The list of User objects. |
always returned |
Result |
This is either 0(=success) or 1(=error). |
always returned |
Message |
The message that provides additional information about the result.
|
always returned. |
Example results
{"result":0,"message":""}
Errors
Error |
Access denied. |
The input parameters were incorrect. |