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": "99251e08-50d5-4002-9d29-8d6d23926085" }
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>99251e08-50d5-4002-9d29-8d6d23926085</UserProviderKey> </RemoveUserFromInternalGroupPost>
Response Information
Resource Description
IHttpActionResultNone.