Feature Pack 4Feature Pack 5Feature Pack 6

GuestIdentityHandler

This class provides RESTful services to create and logout a guest user. It calls the Person noun to perform the services.

Method Name HTTP Method URL Query Params 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