Hi @Austin
To get user Assistant Name, us the Contacts API (https://learn.microsoft.com/en-us/graph/api/contact-get?view=graph-rest-1.0&tabs=http):
- On graph explorer, run the endpoint /users/{id | userPrincipalName}/contacts/{id} - remember to consent to the permissions under the "Modify Permissions" tab.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".