API endpoints for managing Identity Cloud forms. Forms display user profile information to, and solicit user profile information from, end users.
Endpoint | Methods |
---|---|
List Your Forms/config/{appId}/flows/{flow}/formsReturns information about the forms referenced within a flow. |
|
Create a Form/config/{appId}/flows/{flow}/forms|Creates a new form in the specified flow |
|
View a Form/config/{appId}/flows/{flow}/forms/{form}Returns information about a form defined in the specified flow. |
|
Modify a Form/config/{appId}/flows/{flow}/forms/{form}Updates or replaces the fields in a form. |
|
Delete a Form/config/{appId}/flows/{flow}/forms/{form}Deletes the specified form. |
|