GET/people/{id}.json

Retrieve a Specific Person

Retrieves the user details for the ID submitted.


Path Params

  • Name
    id
    Type
    string
    required
    Description

    Id of the person.

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 Response

Examples

200 Response

application/json
{
  "person": {
    "site-owner": false,
    "twitter": "",
    "last-name": "O'Driscoll",
    "profile": "",
    "userUUID": "",
    "marketoId": "0",
    "user-name": "holly@gmail.com",
    "id": "1",
    "phone-number-office": "",
    "phone-number-mobile": "",
    "user-type": "account",
    "first-name": "Holly",
    "im-service": "",
    "login-count": "48",
    "im-handle": "",
    "openId": "",
    "private-notes-text": "",
    "phone-number-office-ext": "",
    "twoFactorAuthEnabled": false,
    "company-id": "1",
    "documentEditorInstalled": false,
    "has-access-to-new-projects": true,
    "phone-number-fax": "",
    "last-login": "2020-02-12T03:14:11Z",
    "companyId": "1",
    "administrator": true,
    "pid": "",
    "profile-text": "",
    "phone-number-home": "",
    "integrations": {
      "microsoftConnector": {
        "enabled": false
      }
    },
    "email-address": "holly@gmail.com",
    "lengthOfDay": "8.0",
    "tags": [],
    "private-notes": "",
    "company-name": "Holly's Web Agency",
    "last-changed-on": "2020-02-03T16:05:54Z",
    "deleted": false,
    "notes": "",
    "phone-number-mobile-parts": {
      "phone": "",
      "prefix": "",
      "countryCode": ""
    },
    "permissions": {
      "can-manage-people": true,
      "can-add-projects": true,
      "can-access-templates": true,
      "canAccessCalendar": true,
      "canViewProjectTemplates": true,
      "canManageCustomFields": true,
      "canManageProjectTemplates": true
    },
    "user-invited-status": "COMPLETE",
    "address": {
      "zipcode": "",
      "countrycode": "",
      "state": "",
      "line1": "",
      "country": "",
      "line2": "",
      "city": ""
    },
    "has-desk-account": true,
    "created-at": "2019-04-02T09:01:06Z",
    "user-invited-date": "2019-04-02T09:01:03Z",
    "avatar-url": "",
    "in-owner-company": "1",
    "user-invited": "2",
    "email-alt-1": "",
    "email-alt-2": "",
    "email-alt-3": "",
    "title": "Business Analyst"
  },
  "STATUS": "OK"
}