GET memberList
Returns the members of a profile.
The list is limited to profiles with less than 200 members.
URL
https://demo.onsocialcloud.com/api/memberList
Parameters
uniqueId | The profile unique id to query |
view | Which members to include (all,added,unapproved) |
Example Request
https://www.concursive.com/api/memberList?format=json&uniqueId=concourseconnect-support
Example Result
[ { "status":{ "code":0, "name":"memberList", "count":1, "total":34 }, "objectList":[ { "recordNumber":1, "recordName":"member", "id":"17624", "role":"Manager", "name":"Tom Manos", "uniqueId":"tom-m-14", "location":"Norfolk, VA", "imageUrl":"https:\/\/www.concursive.com\/image\/2008090514-14384-8791-45x45-123456789-330878000-2\/Tom2.jpg", "imageWidth":"45", "imageHeight":"45", "addedDate":"1267717168794", "lastAccessedDate":"1435932721193", "needsApproval":"false", "isAdded":"true", "isPending":"false", "hasMailError":"false", "canResendInvitation":"false", "canBeSetAsOwner":"true" } ] } ]
Sign in to add your comment.