Hello,
I'm currently trying to build a flow which automatically updates Azure AD user profiles based on information that is stored in Dataverse tables.
I got most of it through the default property windows already offered in the "Update user" action step, but I also want to update each user's Employee ID, Office location, Street address and City.
From what I gather, I can do this via the "Additional properties" section, but how do I acquire the key identifier for each property?

I haven't used graph API, but maybe it has a command which would return keys for all the user's properties?
Thanks.