/
/Mad Devs Comedian
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 2mo ago
bots4
channels4
standupers4
standups4
users3
  • getReturns all users
  • getReturns user by its ID
  • postUpdates a user in the database with form data
  • getCheck if Comedian is healthy
  • getRenders login page
  • postHandles Slack events
  • getRenders admin page
  • postUpdates config and renders admin page
  • postHandles messages from different Comedian services
  • postHandles Slack slash commands requests
  • getHandles Comedian distribution into other Slack Teams
users

Returns all users

Returns a map of user objects

get/users

Response

successful operation

idinteger
user_namestring
userIDstring
rolestring
realNamestring

Changes