Update a guest

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

Path parameters

guestIdstringRequired

ID of guest to return

Headers

AuthorizationstringRequired

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

X-Disable-Hooks"true"Required

Request

This endpoint expects an object.
environmentIdstringOptional

Environment ID

emailstringOptional
namestringOptional
spaceslist of objectsOptional

Response

This endpoint returns an object.
dataobject