List Users

Name Data Type Description
showInactive boolean Determines whether or not inactive users will be returned in the response.

Optional

Example Request

GET /users?showInactive=false HTTP/1.1
Host: ssapi.shipstation.com
Authorization: __YOUR_AUTH_HERE__

Example Response

{
  "userId": "123456AB-ab12-3c4d-5e67-89f1abc1defa",
  "userName": "SS-user1",
  "name": "Shipping Employee 1"
}