In Refold, you can manage which users can access a workflow created by you. One of the primary tools for implementing access control is through User-Defined Function (UDF) parameters. UDF parameters empower users to filter configurations for Linked Accounts, thereby granting access to specific workflows only to authorized users or entities.Documentation Index
Fetch the complete documentation index at: https://docs.refold.ai/llms.txt
Use this file to discover all available pages before exploring further.
Learn in detail about the UDF Parameter in our guide here.
Creating UDF Parameters
In the Config Portal of a Workflow, users can set up Access conditions to control who can interact with the workflow.Please ensure that UDF Parameters on which the access will be controlled, have been created and set for the Linked Accounts.
Learn how to create UDF Parameter through the dashboard here.
| Param | Required | Type | Description |
|---|---|---|---|
| linked_account_id | Mandatory | String | Unique customer identifier |
| name | Optional | String | Name of the customer |
| UDF | Optional | Object | User specific preliminary data |
| your_app | Optional | Object | Auth specific data |
Response
Configuring Access Controls
To configure the Access Controls, go to the Workflow in Refold for which you want to do so.- Click on the
Config Portalbutton in the top right of the workflow.

- Here you have the option to define Access conditions such as
Match all conditionsorMatch any condition. Users can then specify the name of the UDF parameter and its corresponding value that should be allowed to access the Workflow.
