Difference between revisions of "MOR API user details get"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 1: Line 1:
''This functionality is available from [[MOR v0.8 documentation | MOR 0.8]]''
''This functionality is available from [[MOR v0.8 documentation | MOR 8]]''




Line 10: Line 10:
<br><br>
<br><br>


* Call: user_details
* Call: /api/user_details
* Methods: POST, GET(if allowed, not recomended)
* Methods: POST, GET(if allowed, not recomended)
* Params:
* Params:

Revision as of 12:36, 30 January 2010

This functionality is available from MOR 8


MOR API

Retrieves user details






  • Call: /api/user_details
  • Methods: POST, GET(if allowed, not recomended)
  • Params:
  • Returns:
    • Errors:
      • <error>User was not found</error> - User was not found using user_id. Use correct user_id.
      • <error>Incorrect hash</error> - Hash was not correct. Check API_Secret_Key and order or params while concatenating hash_string.\