FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: tns:mapEntitlementsToUserRequest

Description

A mapEntitlementsToUserRequest message contains an element of mapEntitlementsToUserRequestType.

Derived By

Type mapEntitlementsToUserRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
userId  string  1..1  Required. The user ID of a self-registered Portal user.
idList  idListType  1..1  Required. See idListType.
userAcct  string  0..1  Optional. User’s account.
Referenced By
Name  Type 
mapEntitlementsToUser  Method 
XML Example

The following XML fragment illustrates a mapEntitlementsToUserRequest message:

<mapEntitlementsToUserRequest>
   <userId>wilyuser</userId>
   <idList>
      <id>18ee-9d61-10a8-c94e-fc7f-fb</id>
   </idList>
</mapEntitlementsToUserRequest>