pub async fn create_participant(
    configuration: &Configuration,
    participant_create: ParticipantCreate,
    x_access_token: Option<&str>,
    x_secret_token: Option<&str>,
    authorization: Option<&str>,
    ehelply_active_participant: Option<&str>,
    ehelply_project: Option<&str>,
    ehelply_data: Option<&str>
) -> Result<ParticipantUserReturn, Error<CreateParticipantError>>
Expand description

Creates a participant given the participant info (meta and user_id)