DefaultGroups
Determines whether to use the /me/memberOf or /groups endpoint for user authentication.
Possible Values
AllGroups, CurrentUserData Type
string
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.