Instance information
GEThttps://$CUSTOM-DOMAIN/management/v1/iam
Some needed settings made in ZITADEL like the global organization id or ZITADEL project ID
Responses​
- 200
- default
OK
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
globalOrgId deprecated: use default_org_id instead (string)
iamProjectId string
defaultOrgId string
{
"globalOrgId": "string",
"iamProjectId": "string",
"defaultOrgId": "string"
}
- Schema
- Example (from schema)
Schema
globalOrgId deprecated: use default_org_id instead (string)
iamProjectId string
defaultOrgId string
{
"globalOrgId": "string",
"iamProjectId": "string",
"defaultOrgId": "string"
}
- Schema
- Example (from schema)
Schema
globalOrgId deprecated: use default_org_id instead (string)
iamProjectId string
defaultOrgId string
{
"globalOrgId": "string",
"iamProjectId": "string",
"defaultOrgId": "string"
}
An unexpected error response.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://$CUSTOM-DOMAIN/management/v1/iam' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
ResponseClear