GetUserLicenseOptions
Retrieves the specified user’s license options.
Request schema
<xsd:complexType name="GetUserLicenseOptions">
<xsd:sequence>
<xsd:choice>
<xsd:element name="UserId" type="xsd:string"/>
<xsd:element name="UserName" type="xsd:string"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
Request elements
UserId
The ID of the user for whom to retrieve the printer settings. Specify either UserId or UserName.
UserName
The name of the user for whom to retrieve the printer settings. Specify either UserName or UserId.
Response schema
<xsd:complexType name="GetUserLicenseOptionsResponse">
<xsd:sequence>
<xsd:element name="LicenseOptions"
type="typens:ArrayOfString"/>
</xsd:sequence>
</xsd:complexType>
Response elements
LicenseOptions
The license options.