Share all details about your problem, including any error messages you may have received.
While trying to provision a salesforce User account and assign roles, we see the following error
*[ConnectorException][Error details] INVALID_FIELD:select Id, ContactId from User where Id = ‘00XXXXXXXXXXXX"‘^ERROR at Row:1: Column:25 No such column ‘ContactId’ on entity ‘User’
Steps we checked:*
Verified Schema for User object, no field as ‘ContactId’.
Confirmed that we didn’t explicitly configure ‘ContactId’ in rules.
This is causing provisioning failures for User creation.