[MM-68463] New endpoint to GET user by auth_data (#36352)

This commit is contained in:
Ben Cooke
2026-05-15 15:26:03 -04:00
committed by GitHub
parent deafd88fd5
commit 02023f0328
14 changed files with 547 additions and 6 deletions
@@ -121,6 +121,7 @@ var whiteList = map[string]bool{
"getUserAccessToken": true,
"getUserAccessTokens": true,
"getUserAccessTokensForUser": true,
"getUserByAuthData": true,
"getUserByEmail": true,
"getUserByUsername": true,
"getUsers": true,
@@ -133,6 +134,7 @@ var whiteList = map[string]bool{
"getWebappPlugins": true,
"listAutocompleteCommands": true,
"listCommands": true,
"localGetUserByAuthData": true,
"openDialog": true,
"patchChannelModerations": true,
"pinPost": true,