POST api/InternalGroups/RemoveUserFromInternalGroup
Removes user from internal group.
Request Information
URI Parameters
None.
Body Parameters
RemoveUserFromInternalGroupPostName | Description | Type | Additional 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": "2ab66b68-2191-412a-b7e6-dc6c468f7c76" }
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>2ab66b68-2191-412a-b7e6-dc6c468f7c76</UserProviderKey> </RemoveUserFromInternalGroupPost>
Response Information
Resource Description
IHttpActionResultNone.