PUT v1/SurveyGroups/{surveyGroupId}/UnassignLocal

User roles allowed to make this request: DomainAdministrator PowerUser LocalDomainManager GlobalDomainManager

Permissions required to make this request: SurveyGroupAssignment.Write SurveyGroupAssignment.Read SurveyGroup.Read

Unassign native user from survey group

Request Information

URI Parameters

NameDescriptionTypeAdditional information
surveyGroupId

integer

Required

Body Parameters

NativeIdentityModel
NameDescriptionTypeAdditional information
NativeIdentityId

Native identity id

string

None.

Request Formats

application/json, text/json

Sample:
{
  "NativeIdentityId": "sample string 1"
}

application/xml, text/xml

Sample:
<NativeIdentityModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NipoSoftware.Nfield.Manager.Api.Models">
  <NativeIdentityId>sample string 1</NativeIdentityId>
</NativeIdentityModel>

application/x-www-form-urlencoded

Sample:
NativeIdentityId=sample

multipart/form-data

Sample:

Sample not available.

Response Information

Resource Description

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.