Resolved! REST API to fetch the list of users
I'm building out a tool which can automate the process of creating a SN incident on behalf of a user. I first get the user's OAuth token to authorize REST API access. Now I'm able to, for example, create an incident on their behalf using a POST to th...