20 lines
784 B
XML
20 lines
784 B
XML
<xml>
|
|
<brief>Find multiple users, by their internal IDs</brief>
|
|
<issue-id>45</issue-id>
|
|
<desc>
|
|
<p>This method works like the services/users/by_internal_id method, but works
|
|
with multiple users (instead of only one).</p>
|
|
</desc>
|
|
<req name='internal_ids'>
|
|
<p>Pipe-separated list of internal user IDs. No more than 500 are allowed.</p>
|
|
</req>
|
|
<req name='fields'>
|
|
<p>See services/users/user method.</p>
|
|
</req>
|
|
<common-format-params/>
|
|
<returns>
|
|
<p>A dictionary. Internal IDs you provide will be mapped to dictionary keys,
|
|
and each value will be a dictionary of fields you have selected.</p>
|
|
<p>Value of <b>null</b> means that the given internal ID haven't been found.</p>
|
|
</returns>
|
|
</xml> |