GetInternalIdByUserId Description Get internal interviewer id from user id. Signature int GetInternalIdByUserId(string key, string userId) Parameters Name Data Type Description key string required The authentication key userId string required Interviewer Id Response Data Type Description int Internal interviewer id. Example // Create instance of the webservice var capi = new CapiSoapClient(); //*************************************************** // // GetAllInterviewerUserIds // //*************************************************** string[] allUserIds = capi.GetAllInterviewerUserIds(key);