Update Attendee
Developing
PUT
/attendee/{attendeeId}/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/attendee/1106625/' \
--header 'Accept: application/json; version=bevy.1.0' \
--header 'Accept-Encoding: gzip, deflate, br, zstd' \
--header 'Accept-Language: en' \
--header 'Origin: https://gdg.community.dev' \
--header 'Referer: https://gdg.community.dev/accounts/dashboard/' \
--header 'Sec-Ch-Ua: "Not/A)Brand";v="8", "Chromium";v="126", "Google Chrome";v="126",,' \
--header 'Sec-Ch-Ua-Mobile: ?0' \
--header 'Sec-Ch-Ua-Platform: "macOS"' \
--header 'Sec-Fetch-Dest: empty' \
--header 'Sec-Fetch-Mode: cors' \
--header 'Sec-Fetch-Site: same-origin' \
--header 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36' \
--header 'X-Csrftoken: RhEsWFNbJvcQOj2PE5FXjhdgXprXZ5EJ6lGPA5KkbCjZwm1U2P895lA8nlqoGxIY' \
--header 'Cookie: cookie_consent_is_true=true; csrftoken=SepXnnDWxW4Ieti8a8QzxMSm6lCIGujZ7irk1NA5Z3bRWwhdySjLjQfewhB9nWne; sessionid=chueufwydydghuxre58pts0ahebqqeh1; correlation_key="google/493c0961-b718-42eb-9a44-73f8ea65488d"; __stripe_mid=662df390-c006-4032-b838-aa01b3aa10bd5a70c4; __stripe_sid=e3b33fde-a59a-41f0-83ef-86466d6bfa7ba4d0e6' \
--header 'Content-Type: application/json' \
--data-raw '{
"first_name": "tes",
"last_name": "tes",
"ticket_title": "RSVP",
"ticket_audience_type_enum_value": "In-person"
}'
Response Response Example
[
{
"id": 1106647,
"attendee_uuid": "76bfce64-485e-4bc1-b0b4-c899ec1295ea",
"attendee_code": "GOOGA241106647",
"first_name": "tes",
"last_name": "tes",
"email": "tes3@tes.com",
"title": "",
"company": "",
"twitter": null,
"avatar": {},
"profile_url": "/u/mz5fge/",
"featured": null,
"event": 68970,
"masked_email": "t***@tes.com",
"order_id": null,
"discount_code": null,
"user": {
"id": 1057519,
"first_name": "tes",
"last_name": "tes",
"username": "mz5fge",
"email": "t***@tes.com"
},
"user_id": 1057519,
"chapter_member_id": null,
"created_date": "2024-07-20T04:54:58.391925Z",
"checkin_date": null,
"deleted_date": null,
"paid_price": null,
"paid_currency": null,
"ticket_title": null,
"ticket_audience_type_enum_value": null,
"is_checked_in": false,
"status": "registered",
"origin_app": "",
"event_chapter_id": 642,
"cohost_registration_chapter": null,
"cohost_registration_chapter_title": null,
"name": "tes tes"
}
]
Request
Path Params
attendeeId
string
required
Example:
1106625
Header Params
Accept
string
required
Example:
application/json; version=bevy.1.0
Accept-Encoding
string
required
Example:
gzip, deflate, br, zstd
Accept-Language
string
required
Example:
en
Content-Type
string
required
Example:
application/json
Cookie
string
required
Cookie
from Bevy PayloadExample:
cookie_consent_is_true=true; csrftoken=SepXnnDWxW4Ieti8a8QzxMSm6lCIGujZ7irk1NA5Z3bRWwhdySjLjQfewhB9nWne; sessionid=chueufwydydghuxre58pts0ahebqqeh1; correlation_key="google/493c0961-b718-42eb-9a44-73f8ea65488d"; __stripe_mid=662df390-c006-4032-b838-aa01b3aa10bd5a70c4; __stripe_sid=e3b33fde-a59a-41f0-83ef-86466d6bfa7ba4d0e6
Origin
string
required
Example:
https://gdg.community.dev
Referer
string
required
Example:
https://gdg.community.dev/accounts/dashboard/
Sec-Ch-Ua
string
required
Example:
"Not/A)Brand";v="8", "Chromium";v="126", "Google Chrome";v="126",,
Sec-Ch-Ua-Mobile
string
required
Example:
?0
Sec-Ch-Ua-Platform
string
required
Example:
"macOS"
Sec-Fetch-Dest
string
required
Example:
empty
Sec-Fetch-Mode
string
required
Example:
cors
Sec-Fetch-Site
string
required
Example:
same-origin
User-Agent
string
required
Example:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36
X-Csrftoken
string
required
CsrfToken
from Bevy PayloadExample:
RhEsWFNbJvcQOj2PE5FXjhdgXprXZ5EJ6lGPA5KkbCjZwm1U2P895lA8nlqoGxIY
Body Params application/json