POST api/FollowUser/GetFollowerUsers
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "31464188-26c5-4897-85ba-f0adb063f2cb", "83c9004d-8e01-4091-b7a4-7e04a34f6586" ]
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>31464188-26c5-4897-85ba-f0adb063f2cb</guid> <guid>83c9004d-8e01-4091-b7a4-7e04a34f6586</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.