This method allows you to find information relating to a specific user in your account.
/api/v2/users/info
user
- the ID, username or email address for a user (required){
"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"
}
]
}