Regenerate guest login URL
Creates a new login URL for an existing guest. Use this if the previous URL expired or was compromised.
post/guests/{guest_id}/login-url
Path parameters
guest_idstring required
The ID of the guest to regenerate the login URL for.
The ID of the guest to regenerate the login URL for.
Request body
Example request
{
"$schema": "https://api.tower.dev/v1/schemas/RegenerateGuestLoginURLParams.json"
}Response
OK
Example response
{
"$schema": "https://api.tower.dev/v1/schemas/RegenerateGuestLoginURLResponse.json"
}