Hi @Katie P · Thank you for reaching out.
Custom attributes are not displayed on the user's profile page in the portal. You need to either use Graph API or PowerShell to see this attribute and its value.
Graph API:
Read more: https://learn.microsoft.com/en-us/graph/api/user-get?view=graph-rest-1.0&tabs=http
PowerShell:
- Get-AzureADUser -ObjectId object_id_of_the_user | select -ExpandProperty ExtensionProperty
-----------------------------------------------------------------------------------------------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.