POST api/FollowUser/GetFollowerUsers
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "67e96dda-692d-4f1a-9c41-f12a26588b75", "367b1274-5dfd-4065-ba6e-489caad3121f" ]
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>67e96dda-692d-4f1a-9c41-f12a26588b75</guid> <guid>367b1274-5dfd-4065-ba6e-489caad3121f</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.