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 |
Find single user, by his internal_id
|
|||||||||||||||||||||||||||||
|
||||
| http://www.opencaching.us/okapi/services/users/by_internal_id | ||||
|
Retrieve information on a single user, referencing him by his internal ID. In general, you should not use this method. Reference your users by their normal ID - user_uuid. Also, internal IDs are not universally unique and are a poor choice for a key. |
||||
| internal_id | required | Internal ID | ||
| fields | required |
See services/users/user method. |
||
| format | optional | Standard common formatting argument. | ||
| callback | optional | Standard common formatting argument. | ||
| Plus required consumer_key argument, assigned for your application. | ||||
|
Returned value: See services/users/user method. | ||||