getUser
Retrieves the User object for a valid identifier.
GET
Path Parameters
User ID
Response
200
application/json
Returns a [User](#schema_user) object if a valid identifier was provided. Returns an [Error](#errors) otherwise
The user object represents someone interacting with the bot within a specific integration. The same person interacting with a bot in slack and messenger will be represented with two different users.
Was this page helpful?