Hold user creation
Summary
Hold user creation with setting ‘User Account Creation’ as 'Both person and party users'.Content
In my current project, employee creation is done through rest APIs and user creation in done separately by client using the a tool.
Now, they wanted to link two of them (employee created via rest API and user created by oracle tool). I tried using ‘USER.Dat’ and it worked.
But, the above linking is only possible when employee/user is created with the setting ‘User Account Creation’ as 'Both person and party users' in ‘Manage Enterprise HCM information’ task.
We have made the ‘User Account Creation’ as ‘None’, since they do not user to be created when employees are created using rest APIs.