# Followers

Story Follows allow users to follow a task to which they are not assigned.

 - [GET /story_follows](https://developer.kantata.com/kantata/specification/followers/get%20story%20follows.md): By default, you will get all story follows that you are permitted to see. If you are an Administrator, you will see every story follow on your account. Otherwise you will see every story follow in pro
 - [POST /story_follows](https://developer.kantata.com/kantata/specification/followers/create%20story%20follow.md)
 - [GET /story_follows/{id}](https://developer.kantata.com/kantata/specification/followers/get%20story%20follow.md)
 - [DELETE /story_follows/{id}](https://developer.kantata.com/kantata/specification/followers/delete%20story%20follow.md): The response will contain no content and an HTTP 204 status code if the request was successful, or a [standard Kantata OX error message](#section/Errors) explaining why the object could not be deleted
