Skip to content

Commit

Permalink
Update function-user.md
Browse files Browse the repository at this point in the history
User().Email returns the Email address of the current user.

The text "The User().Email function returns the user's UPN and not the SMTP email address." is incorrect. The User().Email function does not return the user's UPN.
  • Loading branch information
karimegitHub authored Jan 17, 2025
1 parent 15574d0 commit 2eab0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion power-platform/power-fx/reference/function-user.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The **User** function returns a [record](/power-apps/maker/canvas-apps/working-w

| Property | Description |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **User().Email** | Email address of the current user. The `User().Email` function returns the user's UPN and not the SMTP email address. |
| **User().Email** | Email address of the current user. |
| **User().EntraObjectId** | Microsoft Entra Object ID of the current user, useful for calling APIs that use this value. This is a GUID value and unique for each user. |
| **User().FullName** | Full name of the current user, including first and last names. |
| **User().Image** | Image of the current user. This will be an image URL of the form "blob:_identifier_". Set the **[Image](/power-apps/maker/canvas-apps/controls/properties-visual)** property of the **[Image](/power-apps/maker/canvas-apps/controls/control-image)** control to this value to display the image in the app. |
Expand Down

0 comments on commit 2eab0ea

Please sign in to comment.