input UpdateUserInput

Fields

FieldTypeDescription
customer_account_idString

Use this when you are a 3PL acting on behalf of one of your customers.

user_idString!

Public API user ID that identifies the related record.

emailString

Email address for the contact.

first_nameString

First name for the address or contact.

last_nameString

Last name for the address or contact.

payroll_idString

Public API payroll ID that identifies the related record.

hourly_rateDecimal

Monetary amount as a decimal value in the record currency; not cents.

default_warehouse_idString

Public API default warehouse ID that identifies the related record.

default_picking_optionString

Possible values: mib, sib.

default_order_statusString

Possible values: pending or any custom order status name for the account.

default_pick_order_tagString

Default pick order tag for this user.

Referenced By

Example

{
  "customer_account_id": "QWNjb3VudDoxMjM0",
  "user_id": "VXNlcjoxMjM0",
  "email": "customer@example.com",
  "first_name": "Ada",
  "last_name": "Lovelace",
  "payroll_id": "UGF5cm9sbDoxMjM0",
  "hourly_rate": 19.99,
  "default_warehouse_id": "V2FyZWhvdXNlOjEyMzQ=",
  "default_picking_option": "batch",
  "default_order_status": "pending",
  "default_pick_order_tag": "priority"
}