/api/2.0/users/{PK}/

PATCH https://developer.salesfusion.com/api/2.0/{PK}/

Description:

Modifies a user based on User_ID.If the specified ID does not exist Not Found will be returned.

PK → User_ID

Sample Response:
{
    "user_name": "shippeyben@gmail.com",
    "salutation": "",
    "first_name": "Ben",
    "last_name": "Shippey",
    "email": "example@api.com",
    "domain": "sandbox.salesforce.com",
    "address1": "",
    "address2": "",
    "country": "Choose One...",
    "city": "",
    "state": "",
    "zip": "",
    "mobile": "",
    "phone": "",
    "phone_extension": "",
    "job_title": "",
    "company_website": "",
    "profile_picture": null,
    "face_book": "",
    "linked_in": "",
    "twitter": "",
    "status": 0,
    "crm_id": "",
    "customer_id": 96180,
    "admin": true
}

Request Body

{"Email"=>"example@api.com", "portal_password"=>"apipassword"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring