Add a follower to an organization

POST {{baseUrl}}/organizations/:id/followers

Adds a follower to an organization.

Request Body

{"user_id"=>"<integer>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:true,&quot;data&quot;:{&quot;user_id&quot;:100,&quot;id&quot;:123,&quot;org_id&quot;:77,&quot;add_time&quot;:&quot;2020-09-08 08:17:52&quot;}}