# Returns feature toggles **POST /featureToggles** Returns feature toggles ## Servers ## Parameters ### Body: (string) User name (email) of the user to authorize string ## Responses ### 200 Successful response #### Body: (object) - **enableBetaFeatures** (boolean) Can the user access beta features? - **userGroup** (string) What is the user's group? - **Additional properties are NOT allowed** () ### 401 Unauthorized #### Body: (string) string ### default Forbidden #### Body: (string) string ### 403 Forbidden #### Body: (string) string ### 404 Not found #### Body: (string) string ### 406 Not acceptable #### Body: (string) string ### 429 Too many requests #### Body: (string) string [Powered by Bump.sh](https://bump.sh)