Forum Discussion

AmarDhan's avatar
AmarDhan
Copper Contributor
Jul 20, 2026

Rest API Error:"The parameter Members does not exist in method AddTenantTheme"

Using the following code.    $colorPairs = @{         "themePrimary" = "#003538";         "themeLighterAlt" = "#cbe6e7";         "themeLighter" = "#a1cfd1";         "themeLight" = "#7cb8bb";  ...