Add Followers
POST/opportunities/:id/followers
Add Followers
Request
Version stringrequired
API Version
Available options
v3id stringrequired
Opportunity Id
- application/json
- Body
- Example (auto)
Bodyrequired
followersstring[]required
Array of user IDs to add or remove as followers (max 10)
{
"followers": [
"sx6wyHhbFdRXh302Lunr",
"sx6wyHhbFdRXh302Lunr"
]
}
Successful response
- application/json
- Schema
- Example (auto)
Schema
followersstring[]
Current list of all follower user IDs after the operation
followersAddedstring[]
User IDs that were successfully added as followers
{
"followers": [
"sx6wyHhbFdRXh302Lunr",
"sx6wyHhbFdRXh302LLss"
],
"followersAdded": [
"Mx6wyHhbFdRXh302Luer",
"Ka6wyHhbFdRXh302LLsAm"
]
}