Modify a flow

Updates or replaces the userData object or the entity type schemas object assigned to the flow. The userData object lists the schema attributes to be stored in the janrainCaptureProfileData object in localStorage following a successful authentication. The schemas object contains the name of your user profile databases.

Path Params
string
required

Application ID. You can find your application ID on the Console's Manage Application page.

string
required

Name of the flow.

Body Params

Updates or replaces the userData object and the entity types in the flow. The userData objects specifies the schema attributes stores in the janrainCaptureProfileData object in localStorage for a logged-in user. Entity types are user profile databases.

userData
array of strings
required

Schema attributes stored in the janrainCaptureProfileData object in localStorage following a successful authentication.

userData*
schemas
array of strings

User entity types supported by the flow.

schemas
Responses
204

Successfully modified.

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json