report Spam By Screen Name
fun Users.reportSpamByScreenName( screenName: String, performBlock: Boolean? = null, vararg options: Option): JsonObjectApiAction<User>
Content copied to clipboard
Report the specified user as a spam account to Twitter. Additionally, optionally performs the equivalent of POST blocks/create on behalf of the authenticated user.
Receiver
Users endpoint instance.
Return
JsonObjectApiAction for User model.
Parameters
screen Name
The screen_name of the user to report as a spammer. Helpful for disambiguating when a valid screen name is also a user ID.
perform Block
Whether the account should be blocked by the authenticated user, as well as being reported for spam.
options
Optional. Custom parameters of this request.