Get user properties

This method allows you to find information relating to a specific user in your account.

URL

/api/v2/users/info

Supported Parameters

  • user - the ID, username or email address for a user (required)

Example JSON

{
  "id": 1,
  "username": "adam",
  "first_name": "Adam",
  "last_name": "Cooke",
  "email_address": "adam@atechmedia.com",
  "time_zone": "London",
  "created_at": "2012-03-19T10:35:37+00:00",
  "job_title": "Managing Director",
  "permissions": {
    "admin": true,
    "reporting": true,
    "tickets": true,
    "api": true
  },
  "restrictions": [
    "tickets.deletion",
    "tickets.extended_contact_data"
  ],
  "teams": [
    {
      "id": 5,
      "name": "Accounts"
    },
    {
      "id": 4,
      "name": "Management"
    },
    {
      "id": 3,
      "name": "Sales"
    },
    {
      "id": 2,
      "name": "Support"
    }
  ]
}

Proudly powered by Katapult. Running on 100% renewable energy.