/api/2.0/users/{PK}/
GET https://developer.salesfusion.com/api/2.0/users/{PK}/
Description:
Reads a specific user. Contains all columns with detailed information.
PK → User_ID
Sample Response:
{
"user_name": "shippeyben@gmail.com",
"salutation": "",
"first_name": "Ben",
"last_name": "Shippey",
"email": "shippeyben@gmail.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
}