Deletes a new user notification
The ID of the user
The ID of the notification
DELETE //users/{userId}/notifications/{notificationId} HTTP/1.1 Host: api.ecosuite.io Authorization: YOUR_API_KEY Accept: */*
successful operation
{}
Get the users MFA status
GET //users/{userId}/notifications HTTP/1.1 Host: api.ecosuite.io Authorization: YOUR_API_KEY Accept: */*
{ "notifications": [ {} ] }
Creates a new user notification
Refer to the /schemas/notification endpoint for the JSON Schema definition
POST //users/{userId}/notifications HTTP/1.1 Host: api.ecosuite.io Authorization: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 2 {}
{ "notification": {} }
Updates a new user notification
PUT //users/{userId}/notifications/{notificationId} HTTP/1.1 Host: api.ecosuite.io Authorization: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 2 {}