Groups API Documentation
CtrlK
English V2
English V2
  • 🚀Quick Start
    • 🔑Creating API Keys
    • 🔓Authorization
      • Authorization with Python
  • ⚙️Services
    • 👩‍🏫User Management
      • 👶Creating a User
      • 👩Updating a User
      • 👩‍🦳Deleting a User
      • Selecting a User
      • 🕵️‍♀️Searching Users
    • 📙Session Management
      • ⛳Creating and Updating Sessions
        • Create Session Object
        • Update Session Object
        • Session Options Object
      • ❌Deleting a Session
      • Selecting a Session
      • 📚Searching Sessions
    • 👩‍🎓Attendee Management
      • ✍️Creating and Updating Attendees
        • 🔗Attendance Link
        • Upsert by User
        • Upsert by Email (Guests)
        • Update By Attendance Code
      • Deleting an Attendee
      • Selecting an Attendee
      • Searching Attendees
    • 📄Reports
      • Participant Stats
        • ParticipantStat
      • Session Stats
  • 🔨Misc
    • Error Codes
    • 🪝Webhooks
  • accepted formats
    • 📅Dates
    • 🇺🇳Languages
    • 🙋‍♀️Roles
    • 🕙Timezones
Powered by GitBook
On this page

Was this helpful?

  1. accepted formats

🙋‍♀️Roles

Groups implements user roles for permission management in a session(as a participant) or in the panel(as a user). Below, you can find the table which contains which keys to send when making a request that accepts a `role` field.

Role Name
Role Key

Admin

a

Instructor

e

Student

u

PreviousLanguagesNextTimezones

Last updated 1 month ago

Was this helpful?