Customer Update
Protocol
POST
URL
https://api.helpmonks.com/api/v1/company_user/update
Parameters
| Name | Required | Value | Comment |
|---|---|---|---|
| customer | Yes | Object containing the ID of the user and fields to update |
The available fields are documented in the Customer Data Model. Refer to the Query syntax documentation on how to query against your records
Example
{
customer : {
'id' : '54708b4cd71ef2dbdb557b9d',
'email' : '[email protected]',
"first_name" : "Nitai"
}
}
Returned data
Please refer to the Customer Data Model to see the data structure being returned