ver. 1926 (dbed1d0) services/apiref services/apisrv services/attrs services/caches services/caches/formatters services/caches/map services/caches/search services/caches/shortcuts services/logs services/logs/images services/oauth services/replicate services/users |
Retrieve information on a single user
|
|
||||
https://www.opencaching.de/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. See below for the list of 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. Currently available fields:
If given user does not exist, the method will respond with an HTTP 400 error. |