GET api/AjaxAccount/ExternalLogins

Documentation for 'ExternalLogins'.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "name": "sample string 1",
    "url": "sample string 2"
  },
  {
    "name": "sample string 1",
    "url": "sample string 2"
  },
  {
    "name": "sample string 1",
    "url": "sample string 2"
  }
]

application/xml, text/xml

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