GetCurrentUser
Retrieves details about the currently logged-in SharePoint user. Useful for personalizing user experiences and enforcing role-based access.
Result Set Columns
| Name | Type | Description |
| Id | Int | The unique identifier of the currently authenticated user in SharePoint. |
| Title | String | The display name or title associated with the currently authenticated user. |
| String | The primary email address linked to the currently authenticated user. | |
| IsSiteAdmin | Boolean | Indicates whether the user has administrative privileges on the SharePoint site. Returns 'true' for site admins and 'false' otherwise. |