PUT v1/SurveyGroups/{surveyGroupId}/UnassignDirectory
User roles allowed to make this request:
DomainAdministrator
PowerUser
LocalDomainManager
GlobalDomainManager
Permissions required to make this request:
SurveyGroupAssignment.Write
SurveyGroupAssignment.Read
SurveyGroup.Read
Unassign directory user from survey group
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
surveyGroupId | integer |
Required |
Body Parameters
UnassignDirectoryIdentityModelName | Description | Type | Additional information |
---|---|---|---|
TenantId |
Tenant id |
globally unique identifier |
None. |
ObjectId |
Object id |
globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "TenantId": "8a4ffd4f-56fa-43c3-8295-a74557b3e312", "ObjectId": "5d364379-7668-4170-bdc4-d2a0ade636b4" }
application/xml, text/xml
Sample:
<UnassignDirectoryIdentityModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NipoSoftware.Nfield.Manager.Api.Models"> <ObjectId>5d364379-7668-4170-bdc4-d2a0ade636b4</ObjectId> <TenantId>8a4ffd4f-56fa-43c3-8295-a74557b3e312</TenantId> </UnassignDirectoryIdentityModel>
application/x-www-form-urlencoded
Sample:
TenantId=Guid&ObjectId=Guid
multipart/form-data
Sample:
Sample not available.
Response Information
Resource Description
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. |