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. ⚙️Services
  2. 👩‍🎓Attendee Management
  3. ✍️Creating and Updating Attendees

Update By Attendance Code

Parameters
Type
Description

attendance_code

string

Attendance code of the attendee

name

string

Name of the attendee

surname

string

Surname of the attendee

email

string

Email of the attendee

role

string

Role of the user(see for possible values)

mobile

string

Mobile of the attendee

PreviousUpsert by Email (Guests)NextDeleting an Attendee

Last updated 6 months ago

Was this helpful?