Is it Possible to Modify the DisplayName Attribute when Provisioning Users for an Application?

Maranya, Damon 321 Reputation points
2024-08-20T16:22:33.1366667+00:00

We are setting up automatic provisioning for the Zendesk service desk application in Entra. The Name attribute for Zendesk users is mapped from the DisplayName attribute in Entra

Our user's display names are currently set up using the Lastname, Firstname format. But we would like to modify the DisplayName attribute when an account is provisioned so that the Name on the Zendesk account uses the Firstname Lastname format.

I've been testing a wide variety of expressions (I can post some of them if it helps). But I just keep getting one invalid expression error or another.

Does anyone know if this is possible?

Azure Managed Applications
Azure Managed Applications
An Azure service that enables managed service providers, independent software vendors, and enterprise IT teams to deliver turnkey solutions through the Azure Marketplace or service catalog.
137 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Maranya, Damon 321 Reputation points
    2024-09-23T15:29:55.63+00:00

    With a bit more Googling and the assistance of ChatGPT o1 I was able to work out the following expression to accomplish the desired goal.

    Join(" ", [givenName], [surname])
    
    0 comments No comments

  2. Pranay Reddy Madireddy 15 Reputation points Microsoft Vendor
    2024-09-23T17:28:26.0966667+00:00

    Hii Maranya, Damon,

    As an original poster cannot accept their own answer, I am reposting it so that you can accept it an answer. Accepted answer will help other community members navigate to the appropriate solutions.

    Issue: Is it Possible to Modify the DisplayName Attribute when Provisioning Users for an Application?

    Solution: Join(" ", [givenName], [surname])

    If you have any further queries, do let us know.

    Thanks,

    pranay

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.