Comment 2 for bug 1391532

Revision history for this message
Danny Choi (dannchoi) wrote :

After investigation, this is not just simply to add (or replace) the JSON with the RESP BODY shown because:

1. JSON Request is different from JSON Response. The former does not have the "username" and "id" parameters.
2. Fix also needs to add the "username" parameter in the Response parameters table.

 REQ: {"user": {"email": null, "password": null, "enabled": true, "name": "tester", "tenantId": null}}

RESP BODY: {"user": {"username" <<<<< : "tester", "name": "tester", "enabled": true, "email": null, "id": "883ddbc6c88448c982f50a7fb931bd4b"}}