Description
Currently we have two tables x_portal_user and x_user. We first add the user to x_portal_user and then add to x_user table. Currently these two are two different calls to ranger admin. If any one fails, we are still continuing with the other.add some error handling in user sync code in order to avoid this inconsistency.