API/CodeSamples/CurrentUserIsAdmin.md
... ...
@@ -6,6 +6,8 @@
6 6
7 7
Gets or sets whether the current user is an administrator. Admins may see and overwrite all reports for the tenant specified for them with [[CurrentUserTenantID|/API/CodeSamples/CurrentUserTenantID]] regardless of sharing rights.
8 8
9
+**Default Value:** True
10
+
9 11
##Global.asax (C♯)
10 12
11 13
```csharp