List followers of an organization
GET {{baseUrl}}/organizations/:id/followers
Lists the followers of an organization.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":true,"data":[{"user_id":100,"id":123,"org_id":77,"add_time":"2020-09-08 08:17:52"}],"additional_data":{"pagination":{"start":0,"limit":100,"more_items_in_collection":false,"next_start":100}}}