getUser

Retrieves the User object for a valid identifier.

GET/users/me

Header parameters

x-user-keystringrequired
Authentication Key

Response

application/json

Returns a User object if a valid identifier was provided

The response is of type getUserResponse · object.

userobjectrequired
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.