Introduction
Sign up
Examples
Changelog
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 |
Find multiple users, by their internal IDs
|
|
||||
https://www.opencaching.de/okapi/services/users/by_internal_ids | ||||
This method works like the services/users/by_internal_id method, but works with multiple users (instead of only one). |
||||
internal_ids | required |
Pipe-separated list of internal user IDs. No more than 500 are allowed. |
||
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: A dictionary. Internal IDs you provide will be mapped to dictionary keys, and each value will be a dictionary of fields you have selected. Value of null means that the given internal ID haven't been found. |