DefaultUser
Determines whether to use the /me or /users endpoint for user authentication.
Possible Values
AllUsers, CurrentUserData Type
string
Default Value
"AllUsers"
Remarks
Determines whether to use the /me or /users endpoint for user authentication.
Supported values are:
- CurrentUser: Uses the /me endpoint for user authentication.
- AllUsers: Uses the /users endpoint for user authentication.