Show Many Users

GET {{baseUrl}}/api/v2/users/show_many?ids=<string>&external_ids=<string>

Accepts a comma-separated list of up to 100 user ids or external ids.

Allowed For:

  • Agents

Request Params

KeyDatatypeRequiredDescription
idsstringAccepts a comma-separated list of up to 100 user ids.
external_idsstringAccepts a comma-separated list of up to 100 external ids.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;users&quot;:[{&quot;id&quot;:345678,&quot;name&quot;:&quot;Johnny Appleseed&quot;},{&quot;id&quot;:901234,&quot;name&quot;:&quot;Rupert Root&quot;}]}