Path parameters
-
id
integer(int64) Required Numeric ID of the instance
Minimum value is
1
.
GET
/users/{id}.json
curl \
--request GET 'http://api.example.com/v1/users/{id}.json' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"archiveReason": "other",
"channel": {},
"closedConversations": 0,
"createdAt": "2025-05-04T09:42:00Z",
"credentialCycles": 0,
"customerId": 42,
"dropDescription": "string",
"dropReason": "old",
"droppedAt": "2025-05-04T09:42:00Z",
"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,
"throttleParity": true,
"token": "string",
"updatedAt": "2025-05-04T09:42:00Z",
"vendorId": 42
}