DefaultUser
Determines the default user context when accessing user-scoped resources in Microsoft OneNote.
Possible Values
AllUsers, CurrentUserData Type
string
Default Value
"CurrentUser"
Remarks
Use this property to specify which user's data to access when querying user-associated data.
Note that the UserId property takes priority over this property. If UserId is set, this property is ignored.
Supported values are:
- CurrentUser: Scopes data access to the currently authenticated user.
- AllUsers: Accesses data for every user in the domain. Used only when you are authenticated as a service.