DefaultGroups Parameter (Connect-MicrosoftPlanner Cmdlet)
Determines whether to use the /me/memberOf or /groups endpoint for user authentication.
Syntax
Connect-MicrosoftPlanner -DefaultGroups string
Possible Values
AllGroups, CurrentUserData Type
cstr
Default Value
"CurrentUser"
Remarks
Determines whether to use the /me/memberOf or /groups endpoint for user authentication.
Supported values are:
- CurrentUser: Uses the /me/memberOf endpoint for user authentication.
- AllGroups: Uses the /groups endpoint for user authentication.