GetAllInterviewerUserIds

Description

Get all the interviewer user ids.

Signature
string[] GetAllInterviewerUserIds(string key)

Parameters

Name Data Type Description

key

string required

The authentication key

Response

Data Type Description

string[ ]

The interviewer user ids.

Example

// Create instance of the webservice
var capi = new CapiSoapClient();

//***************************************************
//
// GetAllInterviewerUserIds
//
//***************************************************

string[] allUserIds = capi.GetAllInterviewerUserIds(key);