POST api/FollowUser/GetFollowerUsers
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "a1a21db8-d876-4e44-ba58-3fd89cad54a3", "3a7e0d66-906a-40c0-9ac9-0b2998f91579" ]
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>a1a21db8-d876-4e44-ba58-3fd89cad54a3</guid> <guid>3a7e0d66-906a-40c0-9ac9-0b2998f91579</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.