PUT /crm/v2/users

To update the details of a user of your Organization. For detailed information, please refer to the documentation.

  1. The "Currency" Key
    The value for the currency key can be any one of the (multi currencies enabled) Organization currencies. Refer to Enable Multi-currencies API to know more. The possible values for this key are: ALL, DZD, AOA, ARS, AMD, AWG, AUD, AZN, BSD, BHD, BDT, BBD, BYN, BZD, BMD, BTN, BOB, BAM, BWP, BRL, GBP, BND, BGN, BIF, KHR, CAD, CVE, KYD, XOF, XAF, XPF, CLP, CNY, COP, KMF, CDF, CRC, HRK, CUP, CZK, DKK, DJF, DOP, XCD, EGP, ERN, ETB, EUR, FKP, FJD, GMD, GEL, GHS, GIP, GTQ, GNF, GYD, HTG, HNL, HKD, HUF, ISK, IDR, IRR, IQD, ILS, JMD, JOD, KZT, KES, KWD, KGS, LAK, LBP, LSL, LRD, LYD, MOP, MKD, MGA, MYK, MYR, MVR, MRU, MUR, MXN, MDL, MNT, MAD, MZN, MMK, NAD, NPR, ANG, TWD, NZD, NIO, NGN, KPW, NOK, OMR, PKR, PAB, PGK, PYG, PEN, PHP, PLN, QAR, RON, RUB, RWF, SHP, SVC, WST, RSD, SCR, SLL, SGD, SBD, SOS, ZAR, KRW, LKR, SDG, SRD, SZL, SEK, CHF, SYP, TJS, TZS, THP, TOP, TTD, TND, TRY, TMT, UGX, UAH, CLF, AED, UYU, USD, UZS, VUV, YER, ZMW, VES, ZWL, STN, BOV, GGP, JEP, IMP, SSP, XZR, TVD, COU, UYI, CHE, CHW, SAR, INR, and JPY. Each of these ISO codes represent a unique currency.

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
users[] Array No
users[].Currency String No
users[].territories[] Array No
users[].territories[].id String No
users[].territories[].name String No
users[].territories[].manager Boolean No
users[].first_name String No
users[].website String No
users[].alias String No
users[].state String No
users[].dob String No
users[].street String No
users[].city String No
users[].date_format String No
users[].profile String No
users[].email String No
users[].fax String No
users[].last_name String No
users[].time_format String No
users[].zip String No
users[].phone String No
users[].country String No
users[].mobile String No
users[].role String No

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.