Dev Docs
  • Introduction
  • Becoming an ORCA Developer
  • Why Sign Up?
  • Developer Resources
  • Understanding Service Apps
  • How to Create a Service App for the ORCA Marketplace
  • Available Permissions
  • How to Request Permissions for a Service App
  • Happy Hours Admin
    • Happy Hours Admin
  • Cyress Tests
    • Cypress Test
  • Orca API
    • Education/Breakaway
    • TypeForm WebHook
    • getOrcaVideoList
    • getPremiumCourses
    • getCourseUsers
    • getDashBoardHeroStatistics
    • getUserProgress
    • Remove CE Credit
    • Add CE Credit
  • TypeForm
    • Setup a webHook on TypeForm
  • Database Migrations
    • MySQL Import Data using Laravel Seeds.
Powered by GitBook
On this page
  • Get access
  • Add admin users.
  • Ban Users
  • Delete user
  • Logout
  1. Happy Hours Admin

Happy Hours Admin

To Ban user in twilio chat.

PreviousHow to Request Permissions for a Service AppNextCypress Test

Last updated 5 years ago

Get access

Add admin users.

We must add the first user manually into the db

Then, the logged user can add other user directly from this link {{host}}/register or from the admin page, once you are already logged.

Ban Users

We need to select one or more users, then click over the Banned button. The user will be marked as banned in the db and also will be deleted in twilio.

Delete user

Will be similar to the banner process, with the difference that we hit the Delete button and the user will be deleted also from the db. After deleted the user shouldn't appear on this list anymore.

Logout

We just need to click over the logout link on the top right. The logged user will be reset and the page will be redirected to the login page.

Link to add new user
Register new users
Ban user
Logout