Dendreo icon

Dendreo

Interact with Dendreo API - Optimized for performance

Actions65

Overview

This node operation updates an existing participant record in the Dendreo system via its API. It is useful for scenarios where participant information such as name, email, phone number, date of birth, or associated company needs to be modified. For example, updating a participant's contact details after they have registered for a training session.

Use Case Examples

  1. Updating a participant's email address and phone number after receiving updated contact information.
  2. Changing the company association of a participant when they move to a different organization.

Properties

Name Meaning
Participant The participant to update, selected either from a list or by ID.
Participant Last Name The participant's last name (required).
Participant First Name The participant's first name (required).
Participant Email The participant's email address (optional).
Company The company associated with the participant, selected from a list (required).
Participant Phone The participant's phone number (optional).
Date of Birth The participant's date of birth (optional).

Output

JSON

  • json
    • id - Unique identifier of the updated participant.
    • nom - Participant's last name.
    • prenom - Participant's first name.
    • email - Participant's email address.
    • telephone - Participant's phone number.
    • date_naissance - Participant's date of birth in ISO format.
    • id_entreprise - ID of the company associated with the participant.

Dependencies

  • Dendreo API with an API key credential

Troubleshooting

  • Authentication errors (HTTP 401) indicate invalid or missing API credentials; verify the API key and permissions.
  • HTTP 404 errors suggest the participant ID does not exist or the endpoint is incorrect; confirm the participant ID is valid.
  • HTTP 403 errors indicate permission issues; ensure the API key has the necessary rights to update participants.
  • Invalid JSON data errors occur if the provided JSON for update is malformed; validate JSON syntax before submission.

Links

Discussion