The application I am developing in JAVA posts user using Google client libraries: 'gsUser = service.users().insert(gsUser).execute()' The user is created but is suspended by Google within a minute. The reason is : 'Google has suspended an account in your domain due to a potentially leaked password' The application generates a strong password and SHA-1 encrypted string is set to the gsUser object, still the user is suspended. However the same password set manually is passed for a user if done on Admin console. Any idea? TIA.
Asked
Active
Viewed 161 times
0
-
@ale13 any idea! – anu Jun 29 '20 at 11:51
-
Do you have access to G Suite support? If that's the case, I'd suggest you to [contact them](https://support.google.com/a/answer/1047213). – Iamblichus Jun 29 '20 at 14:20