our sys admins want able search users , identify them given name , surname, both of collecting/requiring when sign up.
we not allowing users specify "display name" value when create account.
the management portal uses "display name" 1 of 3 columns displayed in "users" pane.
it useful systems administrators able see values given surname , given name in user management portal able identify correct account.
i know there filter/search can type keywords into, , in fact find accounts first or last names matching those, if name not show in "user name" (which has been set email), difficult sure of match.
i write code update display name using graph api when receive connection new account, i'd rather not.
is possible configure display name use "given name" + "surname" values when viewing list of users have created b2c accounts?
or perhaps, possible show other attributes columns or instead of "display name"?
i fix web job , graph api. if option i'm happy share code.