mfeitozaM

Add new domain

Environment: Self-hosted
Version: v4.5
What you expected to happen: Add new domain to the instance.
What went wrong: API return error.
Attachments
I'm using PAT token and the service user has Iam Owner permission.

POST {{base_url}}/system/v1/instances/327580204102858381/domains
{
  "code": 7,
  "message": "No matching permissions found (AUTH-5mWD2)",
  "details": [
    {
      "@type": "type.googleapis.com/zitadel.v1.ErrorDetail",
      "id": "AUTH-5mWD2",
      "message": "No matching permissions found"
    }
  ]
}
Was this page helpful?