Skip to content
Get started

Users

Add a user to a customer
POST/v1/express/{expressCustomerId}/users
Remove a user from a customer
DELETE/v1/express/{expressCustomerId}/users
ModelsExpand Collapse
UserAddResponse object { success, message }

Standard success response with optional message

success: boolean
message: optional string
UserRemoveResponse object { success, message }

Standard success response with optional message

success: boolean
message: optional string