FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Complex Type: createUserRequestType

Derived By

Restricting anyType

Content Model

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.

  • If no opType is set, FlexNet Operations creates the specified user unless the user or contact already exists. When the user or contact already exists, the operation fails.

  • If the user does not exist and the opType is set to either CREATE_OR_UPDATE or CREATE_OR_IGNORE, the operation will succeed unless the existing contact already belongs to another user. If the contact exists but does not belong to another user, it will create the user and update the contact with the new user.

  • If both the user and contact exist and the opType is set to CREATE_OR_UPDATE, the request will update the contact.

  • If both the user and contact exist and the opType is set to CREATE_OR_IGNORE, the request will not update the contact.

Referenced By
Name  Type 
createUserRequest  Element 
createUser  Method