Updates the data of a user in the database identified by the ID.

Click on the image below to enlarge the demonstration in Postman.


Payload example:

{
    "first_name": "Elon",
    "last_name": "Musk",
    "job": null,
    "role": "admin",
    "enabled_pipelines": [
        "b3d4b3f3-a214-4bb4-bfb2-89e5ad77304c"
    ],
    "enabled_portals": null,
    "is_data_access_restricted": false,
    "email": "[email protected]",
    "phone1": "(555) 123-4567",
    "phone2": null,
    "custom_fields_values": {
        "cf_vgolkwum_gender": "Male"
    },
    "picture": null,
    "is_active": true
}
Language
Click Try It! to start a request and see the response here!