I am trying to update users password in GSuite using OAuth 2.0
I am encountering the following exception:
UpdateEmailUserPassword Google returned an error against this user. Please check Google exception details and make sure this is a valid existing user
UpdateEmailUserPassword Google Exception Details : The service admin has thrown an exception: Google.GoogleApiException: Google.Apis.Requests.RequestError Not Authorized to access this resource/api [403] Errors [Message[Not Authorized to access this resource/api] Location[ - ] Reason[forbidden] Domain[global]
I can confirm that the admin account used is a super admin account with all API Scopes allowed for the ClientID and Service Account. Am I missing something?