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