

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 |