Skip to main content
PUT
/
v1
/
organization
/
role-notifications
Update role notification settings
curl --request PUT \
  --url http://localhost:3333/v1/organization/role-notifications \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "settings": [
    {
      "role": "<string>",
      "policyNotifications": true,
      "taskReminders": true,
      "taskAssignments": true,
      "taskMentions": true,
      "weeklyTaskDigest": true,
      "findingNotifications": true
    }
  ]
}
'

Authorizations

X-API-Key
string
header
required

API key for authentication

Body

application/json
settings
object[]
required

Response

200 - undefined