Introduction
Sign up
Examples
|
rev. 334 services/apiref services/apisrv services/caches services/caches/formatters services/caches/search services/caches/shortcuts services/logs services/oauth services/replicate services/users |
Retrieve information on a single user
|
|||||||||||||||||||||||||||||
|
||||
| http://www.opencaching.us/okapi/services/users/user | ||||
| Retrieve information on a single user. This method might be also used to retrieve data of the user in who's name the Access Token have been issued. To do this, include the Access Token in your request, and don't include the user_uuid argument. | ||||
| fields | required |
Pipe-separated list of field names which you are interested with. Selected fields will be included in the response. Currently available fields:
|
||
| user_uuid | optional |
ID of the user. This parameter is optional only when you sign your request with an Access Token (Level 3 Authentication). Otherwise, it is required. |
||
| format | optional | Standard common formatting argument. | ||
| callback | optional | Standard common formatting argument. | ||
| Plus required consumer_key argument, assigned for your application. | ||||
|
Returned value: A dictionary of fields you have selected. If given user does not exist, the method will respond with a HTTP 400 error. | ||||