|
FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A mapEntitlementsToUserRequest message contains an element of mapEntitlementsToUserRequestType.
Type mapEntitlementsToUserRequestType
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. |
| Name | Type |
|---|---|
| mapEntitlementsToUser | Method |
The following XML fragment illustrates a mapEntitlementsToUserRequest message:
<mapEntitlementsToUserRequest>
<userId>wilyuser</userId>
<idList>
<id>18ee-9d61-10a8-c94e-fc7f-fb</id>
</idList>
</mapEntitlementsToUserRequest>