GET api/AjaxAccount/UserInfo

Documentation for 'UserInfo'.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "userName": "sample string 1",
  "accessToken": "sample string 2"
}

application/xml, text/xml

Sample:
<UserInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Zac.Crm.Web.Models">
  <AccessToken>sample string 2</AccessToken>
  <UserName>sample string 1</UserName>
</UserInfo>