Lists members who are following the given member.
The ID of the member whose followed members you want to list.
Number of items to return. See Pagination for more information.
Cursor returned from last query response.
List of members who are following the given member.
Details on the paged set of results returned.
curl -X GET \
'https://www.wixapis.com/members/v3/followers/24d1fada-b1fb-44e3-ab31-d48b243b9d34' \
-H 'Authorization: <AUTH>'
{
"memberIds": [
"550993c0-49de-444d-8301-8ac7e3ecdc51",
"f7e6f0e5-1247-41e5-89d2-99deefbef9c4"
],
"pagingMetadata": {
"count": 2,
"hasNext": false
}
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.