NCDA_NCIDWS


Click here for a complete list of operations.

GetUserProperties

Gets NCID Properties for given userid.

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /Library/NCDAServices/NCDA_NCIDWS.asmx HTTP/1.1
Host: apps.ncagr.gov
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://APPS.NCAGR.GOV/NCDAServices/GetUserProperties"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetUserProperties xmlns="https://APPS.NCAGR.GOV/NCDAServices/">
      <username>string</username>
      <UsageKey>string</UsageKey>
    </GetUserProperties>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetUserPropertiesResponse xmlns="https://APPS.NCAGR.GOV/NCDAServices/">
      <GetUserPropertiesResult>
        <User_ID>string</User_ID>
        <AcctExpireDate>dateTime</AcctExpireDate>
        <Account_Expiration_DateSpecified>boolean</Account_Expiration_DateSpecified>
        <Account_Status>string</Account_Status>
        <Address_Line2>string</Address_Line2>
        <Business_Phone>string</Business_Phone>
        <Business_Phone_Ext>string</Business_Phone_Ext>
        <City>string</City>
        <eMail>string</eMail>
        <Employee_Type>string</Employee_Type>
        <First_Name>string</First_Name>
        <Full_Name>string</Full_Name>
        <Last_Name>string</Last_Name>
        <Locked_by_Intruder>boolean</Locked_by_Intruder>
        <Locked_by_IntruderSpecified>boolean</Locked_by_IntruderSpecified>
        <Login_Disabled>boolean</Login_Disabled>
        <Password_Expiration_Date>dateTime</Password_Expiration_Date>
        <Password_Expiration_DateSpecified>boolean</Password_Expiration_DateSpecified>
        <Personal_Title>string</Personal_Title>
        <State>string</State>
        <Street>string</Street>
        <Suffix>string</Suffix>
        <User_Type>string</User_Type>
        <Zip_Code>string</Zip_Code>
        <UserDivison>string</UserDivison>
        <UserOrganization>string</UserOrganization>
        <UserSection>string</UserSection>
        <myGuid>string</myGuid>
      </GetUserPropertiesResult>
    </GetUserPropertiesResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /Library/NCDAServices/NCDA_NCIDWS.asmx HTTP/1.1
Host: apps.ncagr.gov
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetUserProperties xmlns="https://APPS.NCAGR.GOV/NCDAServices/">
      <username>string</username>
      <UsageKey>string</UsageKey>
    </GetUserProperties>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetUserPropertiesResponse xmlns="https://APPS.NCAGR.GOV/NCDAServices/">
      <GetUserPropertiesResult>
        <User_ID>string</User_ID>
        <AcctExpireDate>dateTime</AcctExpireDate>
        <Account_Expiration_DateSpecified>boolean</Account_Expiration_DateSpecified>
        <Account_Status>string</Account_Status>
        <Address_Line2>string</Address_Line2>
        <Business_Phone>string</Business_Phone>
        <Business_Phone_Ext>string</Business_Phone_Ext>
        <City>string</City>
        <eMail>string</eMail>
        <Employee_Type>string</Employee_Type>
        <First_Name>string</First_Name>
        <Full_Name>string</Full_Name>
        <Last_Name>string</Last_Name>
        <Locked_by_Intruder>boolean</Locked_by_Intruder>
        <Locked_by_IntruderSpecified>boolean</Locked_by_IntruderSpecified>
        <Login_Disabled>boolean</Login_Disabled>
        <Password_Expiration_Date>dateTime</Password_Expiration_Date>
        <Password_Expiration_DateSpecified>boolean</Password_Expiration_DateSpecified>
        <Personal_Title>string</Personal_Title>
        <State>string</State>
        <Street>string</Street>
        <Suffix>string</Suffix>
        <User_Type>string</User_Type>
        <Zip_Code>string</Zip_Code>
        <UserDivison>string</UserDivison>
        <UserOrganization>string</UserOrganization>
        <UserSection>string</UserSection>
        <myGuid>string</myGuid>
      </GetUserPropertiesResult>
    </GetUserPropertiesResponse>
  </soap12:Body>
</soap12:Envelope>