GET /users/{id}.json

GET /users/{id}.json

Path parameters

  • id integer(int64) Required

    Numeric ID of the instance

    Minimum value is 1.

Responses

GET /users/{id}.json
curl \
 -X GET http://api.example.com/v1/users/{id}.json
Response examples (200)
{
  "channel": {},
  "closedConversations": 0,
  "createdAt": "2023-05-04T09:42:00+00:00",
  "credentialCycles": 0,
  "customerId": 42,
  "dropDescription": "string",
  "dropReason": "old",
  "droppedAt": "2023-05-04T09:42:00+00:00",
  "dropshipProviderId": 42,
  "email": "string",
  "emailExport": true,
  "emailSet": true,
  "enabled": true,
  "firstName": "string",
  "fullName": {},
  "hasUnviewedAnnouncements": false,
  "hash": {},
  "id": 42,
  "initials": {},
  "invitationStatus": "notSent",
  "invoicingNotifications": true,
  "lastName": "string",
  "limitConsumption": 42,
  "openConversations": 0,
  "partnerId": 42,
  "password": "string",
  "passwordSet": true,
  "profileImage": "string",
  "resellerId": 42,
  "resetToken": "string",
  "role": "admin",
  "shippingNotifications": true,
  "throttle": true,
  "token": "string",
  "updatedAt": "2023-05-04T09:42:00+00:00",
  "vendorId": 42
}