Rocket.Chat.Apps-engine icon indicating copy to clipboard operation
Rocket.Chat.Apps-engine copied to clipboard

Allow using the user created by the Apps Engine to perform Rest request

Open cuonghuunguyen opened this issue 1 year ago • 0 comments

As we allow create bot user with the Apps Engine, we might need to use that user to call some API requests. That will allow the Apps to perform more tasks like querying the rooms / users with pagination.

There are 2 ways that we could support it:

  • Allow passing password along with the user data
  • Allow getting the BOT user access token

cuonghuunguyen avatar Dec 12 '23 03:12 cuonghuunguyen