Difference between revisions of "MOR API user details get"
From Kolmisoft Wiki
Jump to navigationJump to search
(New page: MOR API Retrieves user details <br><br> ---- <br><br> * Methods: POST, GET(if allowed, not recomended) * Params: ** user_id - Users ID in MOR database. Required. ** [[MOR API hash ...) |
|||
Line 6: | Line 6: | ||
---- | ---- | ||
<br><br> | <br><br> | ||
* Methods: POST, GET(if allowed, not recomended) | * Methods: POST, GET(if allowed, not recomended) |
Revision as of 15:45, 29 December 2008
Retrieves user details
- Methods: POST, GET(if allowed, not recomended)
- Params:
- user_id - Users ID in MOR database. Required.
- hash - SHA1 hash constructed using user_id and API_Secret_Key ( More described in Constructing hash). Required.
- 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.\
- Errors: