Groups API Documentation
English V2
English V2
  • πŸš€Quick Start
    • πŸ”‘Creating API Keys
    • πŸ”“Authorization
      • Authorization with NodeJS
      • 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 4 months ago

Was this helpful?