A free app and service that helps families create healthy digital habits and stay connected. It’s designed to support both online safety and real-world awareness by offering tools for screen time management, content filtering, and location sharing
Unable to edit time limit of an application in Microsoft Family Safety API returned forbidden 403 status code
While attempting to edit time limit of an application from Microsoft Family Safety, either from Web page or from iOS app, error occurred with message like:
- Something went wrong, try again!
- Error an error occurred. Please try again later
- It's not you, it's us: Somthing went wrong on our end. Give it a few minutes, then try again.
This issue started to happen around 2026-01-26.
Checked browser url, for example: https://account.microsoft.com/family/settings/windows/2587650151833088745/apps/page?appId=x%3Awindowsplt%3A8f183dcd85660dab
Network tab of developer tools shown that only this API call: https://account.microsoft.com/family/api/app-limits/set-custom-app-policy-v3 got a 403 response, all other related calls remain 200 OK, so it seems somehow this particular call didn't get authorized or authenticated properly, can someone from related dev team to take a look?