Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update function-user.md #2732

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading