Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lookup by Department #44

Open
Worrelpa opened this issue Oct 26, 2022 · 1 comment
Open

Lookup by Department #44

Worrelpa opened this issue Oct 26, 2022 · 1 comment

Comments

@Worrelpa
Copy link

I had a request to enable people to lookup by department.

From research and experimentation I found the APIs for Office365 users were limited to a set number of return records and criteria as some of the calls don't return the department field. A lack of consistency Microsoft's side on that. Also MSGraph API calls were a bit complex.

All I could do was extract the data put it into a table and then update it with a cloud flow once a week to get new people added, account for department moves and remove disabled accouns. (I still have to build that flow). For now I just used a dataflow to import a manually imported extract from AAD from an excel file to use as a lookup. It works but not the most efficient way of doing it.

I see the notifications table keeps the department field, but because not everyone in AAD has a record for lookup so people are missing.

Any suggestions on a better way to do this?
I want to run a flow from the app if possible.

@stuartridout
Copy link
Owner

stuartridout commented Oct 26, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants