We're using the User Management web service to create users on demand. I've encountered an issue in 4.4.1.14 with recreating users:
- Create a user with ID 123456. I've done this step both through the web UI and the web service.
- Delete the user. I'm doing this step through the web UI.
- Recreate the user ID 123456. When I do this step through the web service, the user data is updated in the ckbx_CustomUserFieldMap table, but the user is not re-added to the ckbx_Credential table.
This process worked for us on version 4.4.0.5.
Any thoughts on what to look for or why this isn't working?
Thanks,
Jonathan