How can I parse the Twitter response for users and determine if that user is an Organization or an individual person.
There’s nothing in the user object that indicates that exactly - so you’ll have to figure out how to classify accounts as person / org your self based on what’s returned for a user: https://dev.twitter.com/overview/api/users maybe to start with a simple dictionary of common names might be able to match accounts accurately enough?