Invite an existing customer
Send a registration invitation to an existing customer who has not yet created their account.
Jammed emails the customer a link to set their password, exactly as if they had been created with the invite action on POST /customers.json - but without creating a duplicate customer record. Use this when the customer already exists (for example, they've already made a booking) and you want them to register.
On success, the customer's status becomes invited. The invitation link is valid for 2 days - after it expires, calling this endpoint again issues a fresh invitation.
Returns a 422 error if the customer has already registered an account, or if they already have a valid (unexpired) invitation. Returns a 404 if the customer does not exist or has been deleted.
Path parameters
Headers
Response
Invitation sent