POST api/FollowUser/GetFollowerUsers

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "a1a21db8-d876-4e44-ba58-3fd89cad54a3",
  "3a7e0d66-906a-40c0-9ac9-0b2998f91579"
]

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>a1a21db8-d876-4e44-ba58-3fd89cad54a3</guid>
  <guid>3a7e0d66-906a-40c0-9ac9-0b2998f91579</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.