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.
148 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 365 Reputation points Microsoft Vendor
    2024-09-23T17:28:26.0966667+00:00

    Hii Maranya, Damon,

    I'm glad that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this! Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to "Accept " the answer.

    Issue: 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?

    Solution: 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])
    

    If you have any other questions or are still running into more issues, please let me know. Thank you again for your time and patience throughout this issue.

    Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.

    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.