< Back

Add-LimeParticipant

Sat Jan 18, 2020 9:44 am

NAME Add-LimeParticipant



SYNOPSIS

Add Participant to specific LimeSurvey





SYNTAX

Add-LimeParticipant [[-SurveyId] <Int32>] [-Session <String>] [-InputObject <Hashtable>] [-BaseUri <String>]

[-Raw] [<CommonParameters>]





DESCRIPTION

Add Participant to specific LimeSurvey





PARAMETERS

-SurveyId <Int32>

Survey ID to which to add participant



Required? false

Position? 2

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-Session <String>

LimeSurvey session to use (Created by New-LimeSession)



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-InputObject <Hashtable>

Hashtable containing participant info formatted for LimeSurvey ingestion, e.g.:

@{

user1@host.com = @{ email = user1@host.com }

user2@host.com = @{ firstname = user; lastname = 2; email = user2@host.com }

}



Required? false

Position? named

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-BaseUri <String>

Base URI for LimeSurvey



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Raw [<SwitchParameter>]

If specified, do not parse output



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Add-LimeParticipant -SurveyId 123456 -Session $Session -BaseUri

https://limehost.com/index.php?r=admin/remotecontrol -















RELATED LINKS