PUT v1/CatiInterviewers/{interviewerId}
User roles allowed to make this request:
DomainAdministrator
PowerUser
RegularUser
Supervisor
Permissions required to make this request:
CatiInterviewer.Write
CatiInterviewer.Read
This method is used to reset an interviewer's password.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
interviewerId |
The id of the interviewer to reset the password for |
string |
Required |
Body Parameters
An object containing the new password
ResetPasswordModelName | Description | Type | Additional information |
---|---|---|---|
Password |
The new password specified for the interviewer |
string |
Required |
Request Formats
application/json, text/json
Sample:
{ "Password": "sample string 1" }
application/xml, text/xml
Sample:
<ResetPasswordModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NipoSoftware.Nfield.Manager.Api.Models"> <Password>sample string 1</Password> </ResetPasswordModel>
application/x-www-form-urlencoded
Sample:
Password=sample
multipart/form-data
Sample:
Sample not available.
Response Information
Resource Description
The details of the interviewer
Response Message
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |