CheckParticipant
This method processes a Participant Name and a Password and checks whether there is a participant with the Participant Name, and if so whether the Password is theirs. Both these parameters must be provided.
The Status code is returned and indicates whether the Participant Name exists, and if so whether the Password is correct or not.
Any other error occurs, a SOAP fault message will be returned.
- Version 4.1 +
- Version 5.1 +
Parameters
Input name | Description | Data type | Optional field? |
---|---|---|---|
Participant_Name |
The name of the participant to be verified |
String |
N |
Password |
The password of the participant |
String |
Y |
Responses
Output name | Description | Data type |
---|---|---|
Status |
0 - The participant exists and the password is correct 1 - The participant exists and the password is incorrect 2 - The participant does not exist |
Integer |
Participant_ID |
If the participant exists, this is their Participant ID. |
String |
Troubleshooting
Please refer to the following page for any error codes that are displayed when using this method.