FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Method: mapEntitlementsToUser

Description

The mapEntitlementsToUser operation maps one or more entitlement IDs or activation IDs to a self-registered Portal user or maps one or more web register keys to a user from a customer account. To use the Entitlement Order service to map entitlement IDs or activation IDs to a user, there must be entitlements in the FlexNet Operations database as well as a self-registered Portal user or customer user in the FlexNet Operations database.

Parameters
Name  Type  Direction  Description 
msgparameters  mapEntitlementsToUserRequestType  Input   
Returns

A mapEntitlementsToUserResponse element having the structure defined by the following table.

Name  Type  Description 
statusInfo  StatusInfoType 
Element  Data Type  Description 
status
StatusType

Returns one of the following:

  • SUCCESS—All items in the request were processed.

  • PARTIAL_FAILURE—Some, but not all items in the request were processed. The getCount and getQuery operations never return PARTIAL_FAILURE.

  • FAILURE—None of the items in the request were processed.

reason
string
Gives reason for partial failure or failure.
 
failedData  failedMapEntitlementsToUserDataListType  Information about the IDs that were not mapped to the user is listed in the failedData element. See failedMapEntitlementsToUserDataListType.