Body
Required
-
Archive reason
Values are
subscription
orother
. Default value isother
. -
Closed conversations
Default value is
0
. -
Credential cycles
Default value is
0
. -
Customer
-
Drop description
-
Drop reason
Values are
old
orhardfail
. -
Dropped at
-
Dropship provider
-
Email
-
Email export
Default value is
true
. -
Email set
Default value is
true
. -
Enabled
Default value is
true
. -
First name
-
Has unviewed announcements
Default value is
false
. -
Invitation status
Values are
notSent
,sent
, oraccepted
. Default value isnotSent
. -
Invoicing notifications
-
Last name
-
Limit consumption
-
Open conversations
Default value is
0
. -
Partner
-
Password
-
Password set
Default value is
true
. -
Profile image
-
Reseller
-
Reset token
-
Role
Values are
accounting
,admin
,api
,manager
,partner
,shipping
,vendor
,customer
,dropship_provider
, orreseller
. Default value isadmin
. -
Shipping notifications
Default value is
true
. -
Throttle
Default value is
true
. -
Throttle parity
-
Token
-
Vendor
curl \
--request POST 'http://api.example.com/v1/users.json' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"archiveReason":"other","channel":{},"closedConversations":0,"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":{},"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","vendorId":42}'
{
"archiveReason": "other",
"channel": {},
"closedConversations": 0,
"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": {},
"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",
"vendorId": 42
}
{
"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
}