FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A createUserRequest message contains an element of createUserRequestType.
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
user | createUserDataType | 1..* | Required. See createUserDataType. |
opType | CreateOrUpdateOperationType | 0..1 |
Specifies how FlexNet Operations behaves when creating users. For details, see CreateOrUpdateOperationType.
|
Name | Type |
---|---|
createUser | Method |
The following XML fragment illustrates a createUserRequest message:
<createUserRequest>
<user>
<firstName>John</firstName>
<lastName>Smith</lastName>
<displayName>John Smith</displayName>
<emailAddress>jsmith@example.com</emailAddress>
<optIn>false</optIn>
<phoneNumber>408-123-4567</phoneNumber>
<faxNumber>408-123-7654</faxNumber>
<street>1234 Main Street</street>
<city>San Francisco</city>
<state>CA</state>
<zipcode>12345</zipcode>
<country>US</country>
<locale>en_US</locale>
<canLogin>1</canLogin>
<userName>jsmith@example.com</userName>
<status>Active</status>
<timezone>GMT-11.0DST0</timezone>
<shared>false</shared>
<acctRolesList>
<acctRoles>
<account>
<primaryKeys>
<id>ACME</id>
</primaryKeys>
</account>
<expiryDate>2020-09-25</expiryDate>
<roles>
<role>
<primaryKeys>
<name>Portal User Role</name>
</primaryKeys>
</role>
</roles>
</acctRoles>
<acctRoles>
<account>
<primaryKeys>
<id>Delta</id>
</primaryKeys>
</account>
<roles>
<role>
<primaryKeys>
<name>Portal User Role</name>
</primaryKeys>
</role>
</roles>
</acctRoles>
</acctRolesList>
<customAttributes>
<attribute>
<attributeName>NO_OF_OTHER_PRODUCTS<attributeName>
<integerValue>1</integerValue>
</attribute>
</customAttributes>
</user>
</createUserRequest>