POST Api/users/RemoveMultiple

Request Information

URI Parameters

None.

Body Parameters

RemoveMultipleUserBindingModel
NameDescriptionTypeAdditional information
UserIDs

Collection of globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "UserIDs": [
    "ba48ad77-8345-4ffc-8023-ed3424277ad5",
    "945faedd-eb87-42e2-a3d9-568a0e4945b6"
  ]
}

application/xml, text/xml

Sample:
<RemoveMultipleUserBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Models">
  <UserIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>ba48ad77-8345-4ffc-8023-ed3424277ad5</d2p1:guid>
    <d2p1:guid>945faedd-eb87-42e2-a3d9-568a0e4945b6</d2p1:guid>
  </UserIDs>
</RemoveMultipleUserBindingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.