|
FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getUserPermissionsRequest message contains an element of getUserPermissionsRequestType.
Type getUserPermissionsRequestType
Contains elements as defined in the following table.
| Component | Type | Occurs | Description |
|---|---|---|---|
|
1..1 | ||
| userName | string | 1..1 | The username for which permissions will be retrieved. |
| domainName | string | 0..1 | The previous username's domain. |
| Name | Type |
|---|---|
| getUserPermissions | Method |
The following XML fragment illustrates a getUserPermissionsRequest message:
<getUserPermissionsRequest>
<userName>jsmith@example.com</userName>
<domainName>domain.com</domainName>
</getUserPermissionsRequest>