Hi Scott,
If you’re going to use the description field for notes like Created on, Enabled on, etc., I’d recommend using the Services Standard Before provisioning rule. You will need to raise a support ticket to get this deployed to your tenant if it has not already been done. Some info is available here: Services Standard Before Provisioning Rule - #3 by edmarks
This will then allow you to update the description field easily based on changes to identity attributes.e.g., the below would be placed into your source by API or using the VS Code extension
{
"Action":"UpdateAttribute",
"Attribute":"description",
"Value":"Disabled by IdentityNow Automation on #{now.MM/dd/yyyy}"
}
You can view and update your tenant’s time zone by API: get-org-config | SailPoint Developer Community