Get the personalization ID for a generic user
The following example shows how to get the personalization ID for a generic user.
Request
GET /wcs/resources/store/10101/usercontext/personalizationId HTTP/1.1
Host: testserver.mycompany.com
Content-Type: application/json
Response
HTTP/1.1 200 OK
Content-Type: application/json
{
"personalizationID": "1321999095687-1"
}