API Documentation

    UsersView User

    Method: /users/[id].[format]
    Syntax:
    https://[subdomain].salesbinder.com/api/2.0/users/[id].json
    HTTP Request Type: GET
    Sample Returned JSON Data
    1{
    2    "user": {
    3        "id": "55259a96-8660-4eae-b0d8-3fb16882ca98",
    4        "email": "testuser@website.com",
    5        "first_name": "Jack",
    6        "last_name": "Jackson",
    7        "phone": "604-408-0914",
    8        "twitter": null,
    9        "facebook": null,
    10        "time_zone": "America/Vancouver",
    11        "profile_photo": "",
    12        "notifications": false,
    13        "barcode_scanner": false,
    14        "last_login": "2016-10-13T21:32:12+00:00",
    15        "country_accessed": "canada",
    16        "region_accessed": "british columbia",
    17        "city_accessed": "vancouver",
    18        "browser_name": "Google Chrome",
    19        "browser_version": "54.0.2840.59",
    20        "created": "2015-04-08T22:16:06+00:00",
    21        "modified": "2016-10-30T03:46:43+00:00"
    22    }
    23}
    Sample Returned XML Data
    1<?xml version="1.0" encoding="UTF-8" ?>
    2<user>
    3  <id>55259a96-8660-4eae-b0d8-3fb16882ca98</id>
    4  <email>testuser@website.com</email>
    5  <first_name>Jack</first_name>
    6  <last_name>Jackson</last_name>
    7  <phone>604-408-0914</phone>
    8  <twitter/>
    9  <facebook/>
    10  <time_zone>America/Vancouver</time_zone>
    11  <profile_photo></profile_photo>
    12  <notifications>false</notifications>
    13  <barcode_scanner>false</barcode_scanner>
    14  <last_login>2016-10-13T21:32:12+00:00</last_login>
    15  <country_accessed>canada</country_accessed>
    16  <region_accessed>british columbia</region_accessed>
    17  <city_accessed>vancouver</city_accessed>
    18  <browser_name>Google Chrome</browser_name>
    19  <browser_version>54.0.2840.59</browser_version>
    20  <created>2015-04-08T22:16:06+00:00</created>
    21  <modified>2016-10-30T03:46:43+00:00</modified>
    22</user>

    Updated on November 11th, 2016

    Network Status:
    100% Global Availability