SelectRoles
Searches for roles that match the specified criteria. Required if using an external registration security level.
SelectRoles can also retrieve a user roles. To retrieve a user roles, specify a name in UserName. SelectRolesResponse then returns the list of the user roles.
The SelectRoles SOAP message invokes the SelectRolesOfUser method within the Java code, and does not invoke the SelectRoles method. The Security Roles tab in the Management Console invokes the SelectRoles method. iHub does not use the SelectRoles method to link a user account to a role.
Request elements
QueryPattern
The string match.
UserName
The name of a user whose information to retrieve.
FetchSize
The maximum number of records to retrieve and return in a result set. The default value is 500.
Response elements
Roles
The list of roles matching the search criteria.
TotalCount
The number of entries in the search result set.