POST api/InternalGroups/RemoveUserFromInternalGroup

Removes user from internal group.

Request Information

URI Parameters

None.

Body Parameters

RemoveUserFromInternalGroupPost
NameDescriptionTypeAdditional information
InternalGroupId

(Require) The Internal group Id

integer

None.

UserProviderKey

(Require) The user id

string

None.

Request Formats

application/json, text/json

Sample:
{
  "InternalGroupId": 1,
  "UserProviderKey": "e3529262-5d58-4770-ac23-8eec5cfee8cb"
}

application/xml, text/xml

Sample:
<RemoveUserFromInternalGroupPost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RequestorApiDataStructures.Posts">
  <InternalGroupId>1</InternalGroupId>
  <UserProviderKey>e3529262-5d58-4770-ac23-8eec5cfee8cb</UserProviderKey>
</RemoveUserFromInternalGroupPost>

Response Information

Resource Description

IHttpActionResult

None.