Update a guest

Updates a single guest, for example to change name or email

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

guestIdstringRequired
ID of guest to return

Headers

X-Disable-Hooks"true"RequiredDefaults to true

Request

This endpoint expects an object.
environmentIdstringOptional
Environment ID
emailstringOptional
namestringOptional
spaceslist of objectsOptional

Response

This endpoint returns an object.
dataobject