cURL
curl --request GET \ --url http://{server_ip}:6002/allUsers \ --header 'Content-Type: application/json' \ --data '{ "apiUser": "<string>", "apiPassword": "<string>", "apiKey": "<string>" }'
{ "status": true, "message": "<string>" }
Get all the users in the organization of a particular location.
Details required to update the user.
Username which is provided by us.
Password provided by us.
API key provided by us to access API
Successful response with updated user details.
Status of the query true for success or false for error
The response message