Reference for https://interdev.dot.state.fl.us/fel4_u/ActiveDirectoryService.svc/GetAdGroups?partialName={PARTIALNAME}&includeDistributionGroups={INCLUDEDISTRIBUTIONGROUPS}&includeSecurityGroups={INCLUDESECURITYGROUPS}&maxNumberToRetrieve={MAXNUMBERTORETRIEVE}
Returns a list of IAdGroup matching the search criteria.
Url: https://interdev.dot.state.fl.us/fel4_u/ActiveDirectoryService.svc/GetAdGroups?partialName={PARTIALNAME}&includeDistributionGroups={INCLUDEDISTRIBUTIONGROUPS}&includeSecurityGroups={INCLUDESECURITYGROUPS}&maxNumberToRetrieve={MAXNUMBERTORETRIEVE}
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,Schema |
Response | Json | Example |
The following is an example response Xml body:
<ArrayOfanyType xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <!--Valid elements of type: ActiveDirectoryObject, AdGroup, ArrayOfanyType, ArrayOfstring, Group, schema, User--> <anyType xmlns:d4="http://schemas.datacontract.org/2004/07/FDOT.Enterprise.ActiveDirectory.Client" i:type="d4:ActiveDirectoryObject" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <d4:AccountType>Domain</d4:AccountType> <d4:Created>1999-05-31T11:20:00</d4:Created> <d4:DisplayName>String content</d4:DisplayName> <d4:DistinguishedName>String content</d4:DistinguishedName> <d4:Domain>String content</d4:Domain> <d4:EmailAddress>String content</d4:EmailAddress> <d4:Guid>1627aea5-8e0a-4371-9022-9b504344e724</d4:Guid> <d4:Info>String content</d4:Info> <d4:LastUpdated>1999-05-31T11:20:00</d4:LastUpdated> <d4:Name>String content</d4:Name> <d4:ObjectCategory>String content</d4:ObjectCategory> <d4:ObjectClass> <string>String content</string> <string>String content</string> </d4:ObjectClass> <d4:ProxyAddresses> <string>String content</string> <string>String content</string> </d4:ProxyAddresses> <d4:SamAccountName>String content</d4:SamAccountName> <d4:ShowInAddressBook> <string>String content</string> <string>String content</string> </d4:ShowInAddressBook> <d4:Sid>String content</d4:Sid> </anyType> <!--Valid elements of type: ActiveDirectoryObject, AdGroup, ArrayOfanyType, ArrayOfstring, Group, schema, User--> <anyType xmlns:d4="http://schemas.datacontract.org/2004/07/FDOT.Enterprise.ActiveDirectory.Client" i:type="d4:ActiveDirectoryObject" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <d4:AccountType>Domain</d4:AccountType> <d4:Created>1999-05-31T11:20:00</d4:Created> <d4:DisplayName>String content</d4:DisplayName> <d4:DistinguishedName>String content</d4:DistinguishedName> <d4:Domain>String content</d4:Domain> <d4:EmailAddress>String content</d4:EmailAddress> <d4:Guid>1627aea5-8e0a-4371-9022-9b504344e724</d4:Guid> <d4:Info>String content</d4:Info> <d4:LastUpdated>1999-05-31T11:20:00</d4:LastUpdated> <d4:Name>String content</d4:Name> <d4:ObjectCategory>String content</d4:ObjectCategory> <d4:ObjectClass> <string>String content</string> <string>String content</string> </d4:ObjectClass> <d4:ProxyAddresses> <string>String content</string> <string>String content</string> </d4:ProxyAddresses> <d4:SamAccountName>String content</d4:SamAccountName> <d4:ShowInAddressBook> <string>String content</string> <string>String content</string> </d4:ShowInAddressBook> <d4:Sid>String content</d4:Sid> </anyType> </ArrayOfanyType>
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" }]
The following is the response Xml Schema:
<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:complexType name="ArrayOfstring"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="xs:string" /> </xs:sequence> </xs:complexType> <xs:element name="ArrayOfstring" nillable="true" type="tns:ArrayOfstring" /> <xs:complexType name="ArrayOfanyType"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="unbounded" name="anyType" nillable="true" type="xs:anyType" /> </xs:sequence> </xs:complexType> <xs:element name="ArrayOfanyType" nillable="true" type="tns:ArrayOfanyType" /> </xs:schema>
Additional response Xml Schemas:
<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="anyType" nillable="true" type="xs:anyType" /> <xs:element name="anyURI" nillable="true" type="xs:anyURI" /> <xs:element name="base64Binary" nillable="true" type="xs:base64Binary" /> <xs:element name="boolean" nillable="true" type="xs:boolean" /> <xs:element name="byte" nillable="true" type="xs:byte" /> <xs:element name="dateTime" nillable="true" type="xs:dateTime" /> <xs:element name="decimal" nillable="true" type="xs:decimal" /> <xs:element name="double" nillable="true" type="xs:double" /> <xs:element name="float" nillable="true" type="xs:float" /> <xs:element name="int" nillable="true" type="xs:int" /> <xs:element name="long" nillable="true" type="xs:long" /> <xs:element name="QName" nillable="true" type="xs:QName" /> <xs:element name="short" nillable="true" type="xs:short" /> <xs:element name="string" nillable="true" type="xs:string" /> <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" /> <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" /> <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" /> <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" /> <xs:element name="char" nillable="true" type="tns:char" /> <xs:simpleType name="char"> <xs:restriction base="xs:int" /> </xs:simpleType> <xs:element name="duration" nillable="true" type="tns:duration" /> <xs:simpleType name="duration"> <xs:restriction base="xs:duration"> <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" /> <xs:minInclusive value="-P10675199DT2H48M5.4775808S" /> <xs:maxInclusive value="P10675199DT2H48M5.4775807S" /> </xs:restriction> </xs:simpleType> <xs:element name="guid" nillable="true" type="tns:guid" /> <xs:simpleType name="guid"> <xs:restriction base="xs:string"> <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" /> </xs:restriction> </xs:simpleType> <xs:attribute name="FactoryType" type="xs:QName" /> <xs:attribute name="Id" type="xs:ID" /> <xs:attribute name="Ref" type="xs:IDREF" /> </xs:schema>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/FDOT.Enterprise.ActiveDirectory.Client" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/FDOT.Enterprise.ActiveDirectory.Client" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /> <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" /> <xs:complexType name="AdGroup"> <xs:sequence> <xs:element minOccurs="0" name="DisplayName" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="DistinguishedName" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="Email" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="IsSecurityGroup" type="xs:boolean" /> <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" /> </xs:sequence> </xs:complexType> <xs:element name="AdGroup" nillable="true" type="tns:AdGroup" /> <xs:complexType name="Group"> <xs:complexContent mixed="false"> <xs:extension base="tns:ActiveDirectoryObject"> <xs:sequence> <xs:element minOccurs="0" name="ManagedBy" nillable="true" xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q1:ArrayOfstring" /> <xs:element minOccurs="0" name="Members" nillable="true" xmlns:q2="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q2:ArrayOfstring" /> <xs:element minOccurs="0" name="Scope" type="tns:GroupScope" /> <xs:element minOccurs="0" name="Type" type="tns:GroupType" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> <xs:element name="Group" nillable="true" type="tns:Group" /> <xs:complexType name="ActiveDirectoryObject"> <xs:sequence> <xs:element minOccurs="0" name="AccountType" type="tns:AccountType" /> <xs:element minOccurs="0" name="Created" type="xs:dateTime" /> <xs:element minOccurs="0" name="DisplayName" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="DistinguishedName" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="Domain" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="EmailAddress" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="Guid" type="ser:guid" /> <xs:element minOccurs="0" name="Info" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="LastUpdated" type="xs:dateTime" /> <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="ObjectCategory" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="ObjectClass" nillable="true" xmlns:q3="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q3:ArrayOfstring" /> <xs:element minOccurs="0" name="ProxyAddresses" nillable="true" xmlns:q4="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q4:ArrayOfstring" /> <xs:element minOccurs="0" name="SamAccountName" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="ShowInAddressBook" nillable="true" xmlns:q5="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q5:ArrayOfstring" /> <xs:element minOccurs="0" name="Sid" nillable="true" type="xs:string" /> </xs:sequence> </xs:complexType> <xs:element name="ActiveDirectoryObject" nillable="true" type="tns:ActiveDirectoryObject" /> <xs:simpleType name="AccountType"> <xs:restriction base="xs:string"> <xs:enumeration value="Domain" /> <xs:enumeration value="Group"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">268435456</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="NonSecurityGroup"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">268435457</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Alias"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">536870912</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="NonSecurityAlias"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">536870913</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="User"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">805306368</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Machine"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">805306369</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="Trust"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">805306370</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="AppBasicGroup"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1073741824</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="AppQueryGroup"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1073741825</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="AccountTypeMax"> <xs:annotation> <xs:appinfo> <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2147483647</EnumerationValue> </xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:element name="AccountType" nillable="true" type="tns:AccountType" /> <xs:simpleType name="GroupScope"> <xs:restriction base="xs:string"> <xs:enumeration value="System" /> <xs:enumeration value="Global" /> <xs:enumeration value="Local" /> <xs:enumeration value="Universal" /> </xs:restriction> </xs:simpleType> <xs:element name="GroupScope" nillable="true" type="tns:GroupScope" /> <xs:simpleType name="GroupType"> <xs:restriction base="xs:string"> <xs:enumeration value="Security" /> <xs:enumeration value="Distribution" /> </xs:restriction> </xs:simpleType> <xs:element name="GroupType" nillable="true" type="tns:GroupType" /> <xs:complexType name="User"> <xs:complexContent mixed="false"> <xs:extension base="tns:ActiveDirectoryObject"> <xs:sequence> <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="Groups" nillable="true" xmlns:q6="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q6:ArrayOfstring" /> <xs:element minOccurs="0" name="LastName" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="ManagedObjects" nillable="true" xmlns:q7="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q7:ArrayOfstring" /> <xs:element minOccurs="0" name="MemberOf" nillable="true" xmlns:q8="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q8:ArrayOfstring" /> <xs:element minOccurs="0" name="PhoneNumber" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="PhysicalDeliveryOfficeName" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="ThumbnailPhoto" nillable="true" type="xs:base64Binary" /> <xs:element minOccurs="0" name="UserPrincipalName" nillable="true" type="xs:string" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> <xs:element name="User" nillable="true" type="tns:User" /> </xs:schema>
<tns:schema targetNamespace="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.w3.org/2001/XMLSchema"> <tns:element name="schema"> <tns:complexType /> </tns:element> </tns:schema>