ZITADEL Docs
APIsCore ResourcesV1Instance Objects

GetCustomOrgIAMPolicy

GET
/orgs/{org_id}/policies/orgiam

Path Parameters

org_id*string

Response Body

application/json

application/json

curl -X GET "https://loading/orgs/string/policies/orgiam"
{
  "policy": {
    "details": {
      "sequence": 0,
      "creationDate": "1s",
      "changeDate": "1s",
      "resourceOwner": "string"
    },
    "userLoginMustBeDomain": true,
    "isDefault": true
  },
  "isDefault": true
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?