Update User

Add to your app

Works with:

  • Salesforce
  • HubSpot
  • Zoho CRM
  • Pipedrive
  • Freshsales
  • 25+  see all

Update User

This scenario allows your application to update a User in any external application in the same way. You will pass ID of the User you want to update and User fields in any format your application support and Integration.app will handle mapping of them to the schema of any selected application. Additionally, if needed, your customers can customize the data mapping based on their specific setup.

How It Works

  1. Configuration:

    • You will setup the schema of fields that you wish to update User with and configure mapping to our default model
  2. Create User API call:

    • Call Integration.app REST API or SDK with payload matching the field mapping you configured and ID. You can run it for any external application via the same request.
    • When called, Integration.app transforms your User data into a format compatible with the selected external application.
    • It then makes an API call to update the User in that specific application.