FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A createUserResponse message contains an element of createUserResponseType.
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
failedData | failedCreateUserDataListType | 0..1 | See failedCreateUserDataListType. |
|||||||||
responseData | createdUserDataListType | 0..1 | See createdUserDataListType. |
|||||||||
Name | Type |
---|---|
createUser | Method |
The following XML fragment illustrates a successful createUserResponse message:
<createUserResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<user>
<uniqueId>HID-20204</uniqueId>
<userName>jsmith@example.com</userName>
<primaryKeys>
<firstName>John</firstName>
<lastName>Smith</lastName>
<emailAddress>jsmith@example.com</emailAddress>
<phoneNumber>408-123-4567</phoneNumber>
</primaryKeys>
</user>
</responseData>
</createUserResponse>