Follow all featured users
Follows all eligible featured user recommendations in one action.
Responses
- 200
- 401
Summary of follow-all operation
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
requested number required
followed number required
skipped number required
failed number required
complete boolean required
failedItems object[]
followeeId string required
reason string required
{
"requested": 9,
"followed": 7,
"skipped": 1,
"failed": 1,
"complete": true,
"failedItems": [
{
"followeeId": "user-id-123",
"reason": "FOLLOW_FAILED"
}
]
}
User not authenticated
Loading...