IMPORTANT: Questionmark recommendeds using the Delivery Odata API (click here for documentation) for new integrations, not the QMWISe API. Although we currently continue to issue maintenance updates to this API to support customers with current QMWISe-based integrations, we are no longer adding new methods/functionality to QMWISe. 

GetAdministratorListByGroup

Applies to the following products: 
Questionmark OnDemand
Questionmark Perception
Questionmark OnPremise
Applies to the following Perception versions: 
Perception 5.7
Perception 5.4
Perception 5.2
Perception 5.1

This method processes a group ID and returns a list giving the full details of all the administrators who are owners of the group if the group ID exists and has any owners. If not, an empty list is returned. If the group doesn't exist in the repository, a SOAP fault message will be returned.

Note: The GetAdministratorListByGroup method doesn't return any roles assigned to an administrator.

Parameters

Input name Description Data type Optional field?

Group_ID

The Group_ID of the group for whom the details of the administrators who own it are required.

String

N

Response

Output name   Description Data type

Administrator (repeated for all the administrators in the system)

     
 

Administrator_ID

The Administrator ID of the administrator whose details follow

String

 

Administrator_Name

The login name of this administrator

String

 

Password

The administrators password

String

 

Profile_Name

The user profile record from which this administrator's rights are inherited

String

 

Authenticate_Ext

Reserved for future use

Integer

 

Email

This administrator's email address

String

 

URL

A URL for this administrator (such as that of a homepage or picture)

String

Troubleshooting

For information about any error codes returned when using this method, see Error codes.