Lab 2.3 - Advanced (raw JSON)

Task 1 - View the JSON Representation of a User Account

Perform the following steps to complete this task:

  1. Navigate to your list of user accounts:

    https://10.1.1.245/mgmt/shared/authz/users/presentation#/

  2. Click on the user you created earlier (user42).

  3. Click the Edit button.

  4. Click the Advanced button. A JSON input window will appear:

    ../../_images/lab3-image001.png
  5. Note that the values in JSON match those presented above in the /presentation#/ view.

Task 2 - Modify a User Account’s JSON Representation

Perform the following steps to complete this task:

  1. In the JSON Input: field, edit the value of displayName by changing User 42 to Modified User 42.
  2. Note that it automatically changes in the /presentation#/ view above.
  3. Click Save or Cancel.
  4. Click Parent to return to the list of users.

Task 3 - Delete the User

Perform the following steps to complete this task:

  1. Click the trash can icon next to the user you created earlier (user42) to delete this user account.