+ Verifies authentication for a person
+
+##### Parameters
+
+> | name | type | data type | description |
+> | ------ | -------- | --------- | ----------------------------------------------------- |
+> | `code` | required | string | The verification code sent to the user's phone number |
+
+##### Responses
+
+> | http code | content-type | response |
+> | --------- | ------------------ | ------------------------------- |
+> | `200` | `application/json` | `TBD |
+> | `40#` | `application/json` | `{"response": {"status": 40#}}` |
+
+---
diff --git a/docs/USER_FEATURES.md b/docs/USER_FEATURES.md
index 649018a58a..01b99e13e2 100644
--- a/docs/USER_FEATURES.md
+++ b/docs/USER_FEATURES.md
@@ -25,6 +25,7 @@ const userFeatures = [
| --------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| `SHOW_CONNECT_GLOBAL_NAVIGATION_HEADER` | When enabled, adds a back button to the top of the widget and gets rid of any explicit back buttons | {
feature_name: 'SHOW_CONNECT_GLOBAL_NAVIGATION_HEADER',
guid: 'FTR-123',
is_enabled: true
} |
| `CONNECT_COMBO_JOBS` | When enabled, the Connect widget will create COMBINATION jobs instead of individual jobs (aggregate, verification, reward, etc). | {
feature_name: 'CONNECT_COMBO_JOBS',
guid: 'FTR-123',
is_enabled: true
} |
+| `CONNECT_RUX` | When enabled, the Connect widget will start by initializing the RUX authentication flow. | {
feature_name: 'CONNECT_RUX',
guid: 'FTR-123',
is_enabled: true
} |