ZITADEL Docs
APIsCore ResourcesV1Organization Objects

GetIAM

GET
/iam

Response Body

application/json

application/json

curl -X GET "https://loading/iam"
{
  "globalOrgId": "string",
  "iamProjectId": "string",
  "defaultOrgId": "string"
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?