Get Notification Settings
GEThttps://$CUSTOM-DOMAIN/management/v1/policies/notification
Return the notification settings configured on the organization. It overwrites the default settings configured on the instance for this organization. The settings specify if notifications should be sent to the users on specific triggers (e.g password changed).
Request​
Header Parameters
x-zitadel-orgid string
The default is always the organization of the requesting user. If you like to get/set a result of another organization include the header. Make sure the user has permission to access the requested data.
Responses​
- 200
- default
A successful response.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
policy
object
{
"policy": {
"details": {
"sequence": "2",
"creationDate": "2025-03-05T21:29:24.279Z",
"changeDate": "2025-03-05T21:29:24.279Z",
"resourceOwner": "69629023906488334"
},
"isDefault": true,
"passwordChange": true
}
}
- Schema
- Example (from schema)
Schema
policy
object
{
"policy": {
"details": {
"sequence": "2",
"creationDate": "2025-03-05T21:29:24.279Z",
"changeDate": "2025-03-05T21:29:24.279Z",
"resourceOwner": "69629023906488334"
},
"isDefault": true,
"passwordChange": true
}
}
- Schema
- Example (from schema)
Schema
policy
object
{
"policy": {
"details": {
"sequence": "2",
"creationDate": "2025-03-05T21:29:24.280Z",
"changeDate": "2025-03-05T21:29:24.280Z",
"resourceOwner": "69629023906488334"
},
"isDefault": true,
"passwordChange": true
}
}
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/policies/notification' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
ResponseClear