Reference for https://interdev.dot.state.fl.us/fel4_u/ActiveDirectoryService.svc/user/{DOMAIN}/{USERID}/

Returns a list of IUser matching the search criteria.

Url: https://interdev.dot.state.fl.us/fel4_u/ActiveDirectoryService.svc/user/{DOMAIN}/{USERID}/

HTTP Method: GET

This operation supports JSONP responses. The callback function can be specified using the "callback" Url query parameter.

Message direction Format Body
Request N/A The Request body is empty.
Response Xml Example
Response Json Example

The following is an example response Xml body:

<anyType xmlns:d1="http://schemas.datacontract.org/2004/07/FDOT.Enterprise.ActiveDirectory.Client" i:type="d1:ActiveDirectoryObject" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
  <d1:AccountType>Domain</d1:AccountType>
  <d1:Created>1999-05-31T11:20:00</d1:Created>
  <d1:DisplayName>String content</d1:DisplayName>
  <d1:DistinguishedName>String content</d1:DistinguishedName>
  <d1:Domain>String content</d1:Domain>
  <d1:EmailAddress>String content</d1:EmailAddress>
  <d1:Guid>1627aea5-8e0a-4371-9022-9b504344e724</d1:Guid>
  <d1:Info>String content</d1:Info>
  <d1:LastUpdated>1999-05-31T11:20:00</d1:LastUpdated>
  <d1:Name>String content</d1:Name>
  <d1:ObjectCategory>String content</d1:ObjectCategory>
  <d1:ObjectClass>
    <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">String content</string>
    <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">String content</string>
  </d1:ObjectClass>
  <d1:ProxyAddresses>
    <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">String content</string>
    <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">String content</string>
  </d1:ProxyAddresses>
  <d1:SamAccountName>String content</d1:SamAccountName>
  <d1:ShowInAddressBook>
    <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">String content</string>
    <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">String content</string>
  </d1:ShowInAddressBook>
  <d1:Sid>String content</d1:Sid>
</anyType>

The following is an example response Json body:

{
	"AccountType":0,
	"Created":"\/Date(928164000000-0400)\/",
	"DisplayName":"String content",
	"DistinguishedName":"String content",
	"Domain":"String content",
	"EmailAddress":"String content",
	"Guid":"1627aea5-8e0a-4371-9022-9b504344e724",
	"Info":"String content",
	"LastUpdated":"\/Date(928164000000-0400)\/",
	"Name":"String content",
	"ObjectCategory":"String content",
	"ObjectClass":["String content"],
	"ProxyAddresses":["String content"],
	"SamAccountName":"String content",
	"ShowInAddressBook":["String content"],
	"Sid":"String content"
}