Agents
Detail
Show a single agent
			GET https://api.deskero.com/agent/{{agentId}}
		
		
		Headers
| Header | Value | 
|---|---|
| Authorization | Bearer {{bearer}} | 
| Accept | application/json | 
| clientId | {{clientId}} | 
Example request
$ curl https://api.deskero.com/agent/527a0f95e4b0d3bd74d43929 \ 
  -v \
  -H "Accept: application/json" \
  -H "Authorization: Bearer 58cfg61g-1585-5c72-g35f-7fe76893ed2f" \
  -H "clientId: 51f01687e4b094c81d7b8bcdellef"
Example response
{
  "id": "51d2ff3ce4b0089a60ed3ee6",
  "name": "Gill Miller",
  "sex": null,
  "email": "gillmiller@awesomebooks.com",
  "phoneNumber": null,
  "faxNumber": null,
  "mobileNumber": null,
  "address": null,
  "city": null,
  "province": null,
  "state": null,
  "postalNumber": null,
  "skypeAddress": null,
  "msnAddress": null,
  "gtalkAddress": null,
  "insertDate": null,
  "signature": null,
  "memo": null,
  "language": "en",
  "profilePhotoURL": "https://api.deskero.com/agent/photo/51d2ff3ce4b0089a60ed3ee6",
  "account": {
    See account detail
  }
}
