POST api/FollowUser/GetFollowerUsers
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "eb8d3184-3bd2-4079-b475-a71d52aea6cb", "19599273-22f6-424b-8086-df48ae7aac65" ]
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>eb8d3184-3bd2-4079-b475-a71d52aea6cb</guid> <guid>19599273-22f6-424b-8086-df48ae7aac65</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.