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
| Key | Datatype | Required | Description | 
|---|---|---|---|
| ids | string | Accepts a comma-separated list of up to 100 user ids. | |
| external_ids | string | Accepts a comma-separated list of up to 100 external ids. | |
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
RESPONSES
status: OK
{"users":[{"id":345678,"name":"Johnny Appleseed"},{"id":901234,"name":"Rupert Root"}]}