Reset Notification Quotas
POST {{apiPath}}/environments/{{envID}}/users/{{userID}}/notifications/quota
If you want to reset the daily notification quotas for a specific user, you can use the endpoint
/environments/{{envID}}/users/{{userID}}/notifications/quota
with the headers:
Content-type: application/vnd.pingidentity.quota.reset+json
Authorization: Bearer {{accessToken}}
In the Authorization request header field, the accessToken
value is your full base64url-encoded JSON web token generated by the authentication service.
This resets the quotas for the user for all notification policies.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"_links":{"self":{"href":"https://api.pingone.eu/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/users/b30ac647-e33e-464f-a6ea-0275082d4c26/notifications/quota"},"environment":{"href":"https://api.pingone.eu/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"user":{"href":"https://api.pingone.eu/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/users/b30ac647-e33e-464f-a6ea-0275082d4c26"}},"user":{"id":"b30ac647-e33e-464f-a6ea-0275082d4c26"},"environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"}}