Hello, how can I whitelist a domain? When trying t...
# gooddata-platform
b
Hello, how can I whitelist a domain? When trying to get the list of domains via API I’m getting:
Copy code
{
  "error": {
    "errorClass": "AuthorizationFailedException",
    "trace": "",
    "message": "Can be accessed only by domain admin",
    "component": "Webapp",
    "errorId": "61ddf55c-aae0-47d6-a959-5ebdee452947",
    "errorCode": "gdc.security.authorization",
    "parameters": []
  }
}
m
Hi Bianca, from our logs I can see the following:
Copy code
status=FAILED status_code=403 errorCode=gdc.security.authorization errorDescription="This exception signals that current user is not allowed to perform requested operation"
As your error shows above, “_Can be accessed only by domain admin_”. From our logs I can also see that you’re not using your Domain Admin account to perform the API call. I will send you a DM with the account you need to use there.
1