Hello all, I'm back with a few more questions!
I was wondering if there was a way to just pull a list of Opportunity Stages from somewhere? I see they appear in the "Opportunity Sales Process" table but that table seems to track each Opportunity separately whereas I am just looking for the list of the different stages like "Quality, Develop, Propose, Close" and their accompanying IDs. I did find documentation for a function called "RetrieveActivePath" which sounds like it's actually supposed to retrieve a list of Stages but I can't find it in the REST Builder under "Execute Function".
As for the Users I was able to pull a full list of Users from the `aadusers` endpoint but I am having trouble finding a way to filter them by if they have access to the Sales section of Dynamics 365. Currently that endpoint lists everyone we have available and I am not seeing any properties that might help me filter here. Or if there is a different endpoint I am supposed to Use for that I am all ears, I saw using the REST Builder that there are quite a few endpoints dealing with Users, one of which is the `systemusers` endpoint but that included ones like "Microsoft Dynamics 365 for Outlook" which I do not want, just normal human Users. I need access to their Id, Email, First/Last Name, Avatar URL, and if they're Active or not if that helps narrow down the API I am missing, or if this is something where a custom query might work best for that I can include in a solution.
As always thanks for any help you might be able to provide!