API endpoints for managing Identity Cloud fields. A field effectively serves as a "bridge" between an Identity Cloud form and a user profile; for example, a form might have a City field that maps information to the primaryAddress.city attribute.
Endpoint | Methods |
---|---|
List Your Fields/config/{appId}/flows/{flow}/fieldsView all the fields defined in a flow. |
|
Create a Field/config/{appId}/flows/{flow}/fields/{field}Adds a field to a flow. |
|
View a Field/config/{appId}/flows/{flow}/fields/{field}View the specified field. |
|
Modify a Field/config/{appId}/flows/{flow}/fields/{field}Updates or replaces a field in the specified flow. |
|
Delete a Field/config/{appId}/flows/{flow}/fields/{field}Deletes the specified field from a flow. |
|