I am retrieving the user license associated to a domain using https://developers.google.com/admin-sdk/licensing/reference/rest/v1/licenseAssignments/listForProductAndSku?authuser=2#http-request
It was working fine till 4 Aug 2022 and suddenly stop working. i am receiving below error message each time.
{
"error": {
"code": 403,
"message": "Unauthorized operation for the given domain.",
"errors": [
{
"message": "Unauthorized operation for the given domain.",
"domain": "global",
"reason": "forbidden"
}
]
}
}