FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getUserAccountsExpiryQueryResponse message contains an element of getUserAccountsExpiryQueryResponseType.
Type getUserAccountsExpiryQueryResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
responseData | getUserAccountsExpiryQueryResponseDataType | 0..1 | See getUserAccountsExpiryQueryResponseDataType. |
|||||||||
Name | Type |
---|---|
getUserAccountsExpiryQuery | Method |
The following XML fragment illustrates a successful getUserAccountsExpiryQueryResponse message:
<getUserAccountsExpiryQueryResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<userAccountExpiryData>
<userData>
<userIdentifier>
<uniqueId>HID-8</uniqueId>
<userName>jsmith@company.com</userName>
<primaryKeys>
<firstName>John</firstName>
<lastName>Smith</lastName>
<emailAddress>jsmith@company.com</emailAddress>
<phoneNumber></phoneNumber>
</primaryKeys>
</userIdentifier>
<displayName>John Smith</displayName>
<status>Active</status>
<locale>en_US</locale>
<timezone>GMT-8.0DST60</timezone>
<shared>false</shared>
<dateCreated>2018-01-16T05:20:57.193Z</dateCreated>
</userData>
<accountExpiryData>
<accountID>ACME</accountID>
<expiryDate>2018-01-12</expiryDate>
</accountExpiryData>
</userAccountExpiryData>
</responseData>
</getUserAccountsExpiryQueryResponse>