Actuate Information Delivery API operations : GetConnectionPropertyAssignees
 
GetConnectionPropertyAssignees
Retrieves the users and roles for a file.
Request Schema
<xsd:complexType name="GetConnectionPropertyAssignees">
<xsd:sequence>
<xsd:choice>
<xsd:element name="FileName" type="xsd:string"
minOccurs="0" />
<xsd:element name="FileId" type="xsd:string"
minOccurs="0" />
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
Request elements
FileName
The name of the file.
FileId
The file ID of the file.
Response schema
<xsd:complexType name="GetConnectionPropertyAssigneesResponse">
<xsd:sequence>
<xsd:element name="UserNames" type="typens:ArrayOfString" />
<xsd:element name="RoleNames" type="typens:ArrayOfString" />
</xsd:sequence>
</xsd:complexType>
Response elements
UserNames
The user names attached to the file.
RoleNames
The roles of the associated user names.