Hi,
Is there a way to detect a new account added to the company?
There are no triggers for Active Directory in Power Automate. It isn't supported. The best you can do is create a scheduled flow that runs on a regular basis, grabs the current list of users and parse that list against a stored copy to look for new users. (Not sure, but there may be a way to get a list of users created in the last X time period. Not an AD expert). Regardless, no triggers exist, so you'll have to work around it a bit. It's still possible though. I've used the other approach with a couple of clients, storing a list of users in a database table or Sharepoint list to compare the most recent copy to.
I don't see a trigger for that in this list
You could consider running a query against the graph API to fetch users sorted by create date descending.
yes, that is what I meant
By account -> new user
company-> AD
By "account" do you mean a user, a computer or something else? By "company" do you mean an Active Directory entity?