Update a user

2 minute read

To configure an update a user flow:

  1. Click the Create Flow icon associated with updating a test user. The API Orchestration user interface is displayed.

  2. Select and pull the testuser flow-node onto the flow editor from the Models list. Note that the Start flow-node is automatically connected to the input of the testuser flow-node.

  3. Name the flow-node: Update testuser

  4. Select the update method.

  5. Select Parameters.

  6. Configure the parameters. If selector is selected from the selector drop-down menu, as you begin typing in the parameter field, a drop-down menu of valid or previously used selector options is displayed. You may optionally choose a selector from the list, or continue typing to configure the parameter manually. For additional selector auto-complete information, refer to Manage flow-nodes. For additional information on the Model flow-node and General flow-node configuration parameters, refer to Flow-nodes.

  7. Select Outputs.

  8. Configure the next output. As you begin typing in the next field, a drop-down menu of valid or previously used output options is displayed. You may optionally choose an output from the list, or continue typing to configure the parameter manually.

  9. Configure the notfound output. As you begin typing in the notfound field, a drop-down menu of valid or previously used output options is displayed. You may optionally choose an output from the list, or continue typing to configure the parameter manually.

  10. Select and pull an HTTP flow-node onto the flow editor from the Core list.

  11. Name the flow-node: Update succeeded

  12. Select Parameters.

  13. For the status parameter, select number and enter 204 in the field.

  14. Leave the body and headers parameters disabled.

  15. Connect the next output of the Update a user flow-node to the input of the Update succeeded flow-node. For additional information on connecting flow-nodes in a flow, refer to Manage flow-nodes.

  16. Select and pull an HTTP flow-node onto the flow editor from the Core list.

  17. Name the flow-node: Update failed

  18. Select Parameters.

  19. For the status parameter, select number and enter 404 in the field.

  20. Leave the body and headers parameters disabled.

  21. Connect the notfound output of the Update a user flow-node to the input of the User not found flow-node. For additional information on connecting flow-nodes in a flow, refer to Manage flow-nodes. The completed flow is displayed.

    Update_latest

  22. Click Apply.

  23. On the next screen, click Proceed. The server will be restarted, the Update a user flow will be saved and enabled, and you will be returned to the API Orchestration user interface.

  24. To exit API Orchestration user interface and return to API Lists page, click Close.