Feature Pack 7

GuestIdentityHandler

This class provides RESTful services to create a guest and log the guest out. It performs the service by delegating to the Person BOD service.

Method Name HTTP Method URL Query Parameters Description Authentication Example
login POST store/{storeId}/guestidentity/ responseFormat={responseFormat} Creates identity tokens for a guest user. Yes,HTTPS Sample
logout DELETE store/{storeId}/guestidentity/@self responseFormat={responseFormat} Logs out a guest user. Yes,HTTPS Sample