Skip to content

User Update

Protocol

POST

URL

https://api.helpmonks.com/api/v1/user/update

Parameters

Name Required Value Comment
user Yes Object containing the ID of the user and fields to update

The available fields are documented in the User Data Model. Refer to the Query syntax documentation on how to query against your records

Example

{
    user : {
        'id' : '54708b4cd71ef2dbdb557b9d',
        'email' : 'nitai@helpmonks.com',
        "first_name" : "Nitai"
    }
}

Returned data

Please refer to the User Data Model to see the data structure being returned

-->