Review Column Defaults
Configure default columns and visibility for reviewers.
This API configures the default columns which reviewers will see when they open a review, as well as columns that should be hidden from reviewers but visible to administrators. If workflow_id is specified then the configuration will only be applied to reviews related to the particular Review Configuration identified by workflow_id.
The request body includes two main fields:
default_ordered_columns: Array of column names that will be visible to all users (reviewers, administrators, and operators)hide_from_reviewers_columns: Array of column names that will be hidden from users with the reviewer role but remain visible to administrators and operators
Validation Rules
Important validation rules:
Column names cannot appear in both
default_ordered_columnsandhide_from_reviewers_columnssimultaneouslyColumn names cannot be empty strings
Column names cannot contain spaces or commas
The system validates these constraints and returns an error if violations are found
Valid Column Values
The valid values to show entity attributes include:
source.ATTRdestination.ATTRwaypoint.ATTRpath_summary.ATTRidp.ATTR
Where ATTR is an attribute name such as "id" or "name".
The following column values are also valid:
statusabstract_permissionsconcrete_permissionsupdated_atnotesreviewersdecisiondecision_bydecision_by_iddecision_by_namedecision_by_emaildecision_atmarked_fixed_by_idmarked_fixed_by_namemarked_fixed_by_emailmarked_fixed_atsigned_off_statesigned_off_by_idsigned_off_by_namesigned_off_by_emailsigned_off_atnotification_statusautomation_run_idsno_decision_or_decision_byIs_signed_off
Example
This example configuration shows sensitive identity information (unique IDs and distinguished names) to administrators while hiding them from reviewers, allowing for better security and privacy control in access reviews.
Get Review Column Defaults
Set Review Column Defaults
application/jsonapplication/json{"value":{"default_ordered_columns":["source.name","source.identity_unique_id","concrete_permissions","idp.on_premises_distinguished_name","idp.name","destination.name","destination.type","reviewers","notes","decision_by","decision_at","notification_status","automation_run_ids"]}}OK
OK
List All Column Settings
application/jsonOK
Internal Server Error
Last updated
Was this helpful?
