I have created Custom Attribute Using Microsoft Graph for profile card in office 365. It worked. But I need to update the value of that custom attribute value for all the users how can i do it.

Anonymous
2023-10-07T05:43:58+00:00

Hi,

Step-1
I login to Microsoft graph using URL: Graph Explorer | Try Microsoft Graph APIs - Microsoft Graph

Step-2
There I created a custom attribute as shown in the image.

Method: Post

Version: Beta

Run query: https://graph.microsoft.com/beta/admin/people/profileCardProperties

Request Body:

{ "directoryPropertyName": "CustomAttribute1","annotations": [{"displayName": "Workstation ID","localizations": []}]}

As a Response it showed success and created Custom attribute in profile card as shown in the Image.

Step-3

Now, I want to update workstation ID for All user. How can I do that?

Please guide me on this.

Thanks.

Microsoft 365 and Office | Subscription, account, billing | For business | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. NoOneCan 7,795 Reputation points Volunteer Moderator
    2023-10-07T05:49:39+00:00

    You may post your query in the dedicated Microsoft Graph Q&A forum for further assistance. Here is the link for your reference: https://learn.microsoft.com/en-us/answers/tags/161/ms-graph

    Was this answer helpful?

    0 comments No comments