Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

What is the AzureAD attribute map for AD attribute-msExchAssistantName

PinkyChau
New Contributor II
New Contributor II

Hi ,

We need to update Assistant in AzureAD from Saviynt but not able to get the attribute name for Assistant in AzureAD. In AD its "msExchAssistantName".

 

PinkyChau_1-1717771928811.png

 

In postman also Assistant or AssistantName is not showing.

PinkyChau_0-1717771858705.png

[This post has been edited by a Moderator to remove sensitive information.]

 

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

If "msExchAssistantName" does not have a direct Azure AD equivalent, using a custom extension attribute is a viable solution.

It must be extensible Attribute

extensionAttribute1 https://graph.microsoft.com/v1.0/users/{user_id}?$select=id,displayName,extensionAttribute1


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

PinkyChau
New Contributor II
New Contributor II

 hi @rushikeshvartak thanks for the reply. Tried with extensionAttribute1 but no luck.

Anyway got confirmation that “AssistantName” is an Exchange Online attribute and we will update Assistant using PowerShell script.

👍Please click the 'Accept As Solution' button on the reply (or replies) that best answered your original question.


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.