User Activation Node
| Description | The User Activation node activates a user account in IO. It is typically used after the user has completed registration or accepted an invitation, allowing them to authenticate and access the system. |
| Available in | Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined |
| Node Name | User Activation |
User Binding Configurations
Enroll ID
The **Enroll ID** is a unique token associated with the user's activation process. It is typically passed as a query parameter in the activation link sent to the user (e.g. `{{flow.query.enrollId}}`).Attributes to retrieve from the user store
Select which **user attributes** should be retrieved from the IO user after the binding process.Save in Session
Session attribute mapping
The **Save in Session** option is used to persist data within the IO user session. See [Common Configurations]({filename}/pages/io/io-nodes/io-node-types/common-configurations.md#save-in-session) for details.Save in the Flow Store
Save in the Flow store
Attributes retrieved from the node can be saved **into a variable** for reuse by other nodes. See [Common Configurations]({filename}/pages/io/io-nodes/io-node-types/common-configurations.md#save-in-the-flow-store) for details.Default Output Node
- Success
- User not found
- User Already Active
- Failure