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

NameDescriptionTypeAdditional information
interviewerId

The id of the interviewer to reset the password for

string

Required

Body Parameters

An object containing the new password

ResetPasswordModel
NameDescriptionTypeAdditional 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

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.