Hi everyone!
I'm trying to sort users list in graph api by more field.
Ex: order by department, jobTitle...
But all of them is not support now. only displayName and userPrincipalName is supported.
https://docs.microsoft.com/en-us/graph/api/user-update?view=graph-rest-1.0&tabs=http
Is there anyway to me implement it?
Thank you so much!