79669921

Date: 2025-06-18 01:24:49
Score: 2.5
Natty:
Report link

This is the doc for the endpoint you want:

https://learn.microsoft.com/en-us/graph/api/serviceprincipal-update?view=graph-rest-1.0&tabs=http

There will be a service principal associated with the app:
https://learn.microsoft.com/en-us/graph/api/resources/serviceprincipal?view=graph-rest-1.0

Updating the accountEnabled property on this service principal as mentioned in the comment would accomplish what you are asking for.

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Quinn Favo