We have to write a custom connector in INOW , where we need all attributes defined in createProfile during Enable/Disable operations in the custom connector enable/disable method. Currently , we only get {disabled=true}.
PS: I already tried attaching provisioning policies on Enable/Disable operation but no luck.
Since this is a custom connector, can you fetch the account first, build up your map of attribute values from the actual account, and populate the attributes in your call using those?