Account Attributes

The user's ID.

This is an Identity Attribute which must not be changed.


This is the companion discussion topic for the documentation at https://documentation.sailpoint.com/connectors/identityiq/oracle/fusion_hcm_accounts/help/integrating_oracle_hcm_accounts/account_attributes.html

We are having issues trying to create accounts using account attributes like “businessUnit”. Business Unit is one of the approved “Account Attributes” out of the box . We added the ‘retryWaitTime’, “maxRetryCount’, ‘retryableErrors’ entries to the application xml in debug.

We also confirmed payload attributes are valid and we can see them in the responses. We can use postman to create accounts with the ‘businessUnit’ attribute, so we are thinking it’s something with the connector.

Has anyone else had similar issues they were able to resolve or any idea what we should check?

openconnector.InvalidRequestException: [ InvalidRequestException ] [ Possible suggestions ] Please check if provided payload has valid attributes [ Error details ] Error while performing operation : Create Account Error code : 400 { “Errors” : [ { “description” : “Invalid, syntactically incorrect or unparseable input provided: businessUnitName”, “code” : “400”, “uri” : “urn:oracle:apps:scim:errors:1.0:input:invalid” } ] }