HTTP Method & URL
GET <base-url>?Type=CommunitySubscribers&Version=1
Parameters
| Type | <required> CommunitySubscribers |
| Version | <required> API version# |
| UserId | <required> UserId of the user who wants to get the subscribers of a group. |
| CommunityId | <required> CommunityID from which the subscribers are retrieved. |
Description
Retrieves the list of users which are subscribed to the given group.
Example Response
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<TimeStamp> 2008-03-25 05:29:30 GMT </TimeStamp>
<APIVersion> 1.0 </APIVersion>
<CommunitySubscribers>
<CommunitySubscriber>
<FirstName> Joe </FirstName>
<LastName> Miller </LastName>
<Email> jdoe@mycompany.com </Email>
<CommunityId>3</CommunityId>
<BookmarkCount>0</BookmarkCount>
<CommentCount>0<CommentCount>
<DateInvited>Apr 4, 2008</DateInvited>
</CommunitySubscriber>
</CommunitySubscribers>
</Response>
Returns
HTTP Status Code: 201 (success) or 400 (failed request)