Batch Get User account status
Users Endpoints
Batch Get User account status
Retrieve detailed account status for multiple Twitter users by their usernames.
POST
Batch Get User account status
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Example:
["elonmusk", "sundarpichai"]Response
A list of user account status strings. If user is suspended return suspended, if unfound return null.