POST api/FollowUser/GetFollowerUsers
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "9c07e7e0-60eb-4625-bfee-170cb25848be", "45979282-25e4-492a-82d6-bdac66acf8ea" ]
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>9c07e7e0-60eb-4625-bfee-170cb25848be</guid> <guid>45979282-25e4-492a-82d6-bdac66acf8ea</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.