VIEW that wraps System User Audit.
GET http://[host-proxy]/api/view/SystemUserAudit/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"notes": {
"title": "Info",
"type": "string",
"readonly": true,
"default": "!!!ATTENTION!!!\n\nRunning this tool at a higher hierarchy can severely impact performance. Please execute with caution!\n\nAudit actions performed:\n- Create system users for associated vendor users if missing\n- Update system user sync source and service status\n- Align system user hierarchy to match the associated vendor user\n\nNote: If 'Create a Report' is selected, no changes are made\u2014only a .csv report is generated for download."
},
"hierarchy_level": {
"title": "Select a hierarchy",
"description": "Choose a hierarchy to run the audit from.",
"type": "string",
"required": true,
"readonly": false,
"displayable": true
},
"create_report": {
"title": "Create a report",
"description": "Generate a .csv report for further impact analysis. This option will take precedence over processing of the system user audit.",
"type": "boolean",
"required": false,
"readonly": false,
"default": "true"
},
"confirm": {
"title": "Confirmation",
"description": "Confirmation of System User Audit execution",
"type": "string",
"required": true,
"default": "",
"choices": [
{
"value": "yes",
"title": "Yes, I confirm that the System User Audit can be run."
}
]
}
}
}