Forum Discussion
Happyter
Aug 15, 2021Copper Contributor
Alert for New Added User
I can't find any resources/guide to create/enable/turn-on an alert for newly added users. Is there such a thing in Office 365 admin center?. I want to monitor newly added user on my domain, and revie...
- Aug 16, 2021Hello, you can use the "legacy" activity alerts https://compliance.microsoft.com/managealerts
pvanberlo
Aug 15, 2021MCT
There are no "out of the box" alerts around new user creation unfortunately. What you could do is leverage the Graph API and subscriptions to monitor user changes, or alternatively you can use the audit log to search for any activities for new user creation during a specific period. The latter would be a manual action, and the first would be complex to do unfortunately.
Happyter
Aug 16, 2021Copper Contributor
Thanks for your reply, I will be going with the manual action for now as I'm still new with the admin center.