Return an array of User IDs for Users who are actively listing items.
| Header | Data Type | Valid Values | Required | Description |
|---|---|---|---|---|
| Content-Type | string | application/json | YES | The format your data will be sent to our site. |
| X-DevKey | string | string | YES | The devkey assigned to the developer. |
| X-AccessToken | string | string | YES | The token acquired from a POST to Users/AccessToken. |
All authorized calls to this endpoint will result in a 200 OK reponse. This call returns a JSON array of User IDs.
| Data Type | Valid Values | Description |
|---|---|---|
| array | integer |
List of User IDs.
|