FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getUserPermissionsRequest

Description

A getUserPermissionsRequest message contains an element of getUserPermissionsRequestType.

Derived By

Type getUserPermissionsRequestType

Content Model

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.
Referenced By
Name  Type 
getUserPermissions  Method 
XML Example

The following XML fragment illustrates a getUserPermissionsRequest message:

<getUserPermissionsRequest>
     <userName>jsmith@example.com</userName>
     <domainName>domain.com</domainName>
</getUserPermissionsRequest>