Table of Contents

What's Deleted


GET /Modules/UAM/Users/Options/Lookups/LookupUserOptionChangePermissionTree

Lookup the permission set for changing the User Option.

PATCH /Modules/UAM/Users/Options/{id}/PermissionTree

Change the PermissionTree for an existing User Option resource.

PATCH /Modules/UAM/Users/Options/Batch/PermissionTree

Change the PermissionTree status for a collection of existing User Option resources.

What's Changed


GET /Modules/UAM/Users/{id}/Options
Return Type:

Changed response : 200 OK

Success response - body contains User Option

  • Changed content type : application/vnd.onkey.entity+json

    • Changed property properties (object)

      • Deleted property permissionTreeId (integer)

      • Deleted property permissionTreeCode (string)

      • Deleted property permissionTreeDescription (string)

GET /Modules/UAM/Users/Options/{id}
Return Type:

Changed response : 200 OK

Success response - body contains User Option

  • Changed content type : application/vnd.onkey.entity+json

    • Changed property properties (object)

      • Deleted property permissionTreeId (integer)

      • Deleted property permissionTreeCode (string)

      • Deleted property permissionTreeDescription (string)

GET /Modules/UAM/Users/Options/Batch/{ids}
Return Type:

Changed response : 200 OK

Success response - body contains User Option collection

  • Changed content type : application/vnd.onkey.entitycollection+json

    • Changed property items (array)

      Collection of User Option entities

      Changed items (object):

      • Changed property properties (object)

        • Deleted property permissionTreeId (integer)

        • Deleted property permissionTreeCode (string)

        • Deleted property permissionTreeDescription (string)