FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
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.
Type CreateOrUpdateOperationType
Value | Description |
---|---|
CREATE_OR_UPDATE | |
CREATE_OR_IGNORE |
Name | Type |
---|---|
createUserRequestType | Complex Type |