POST api/FollowUser/GetFollowerUsers
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "60a8c617-ff96-4507-ab9a-2a780eeae32f", "757deacd-2013-4d91-adeb-815ec93de97d" ]
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>60a8c617-ff96-4507-ab9a-2a780eeae32f</guid> <guid>757deacd-2013-4d91-adeb-815ec93de97d</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.