TalentPortal Configuration
This webservice allows the user to check requirements for the pasword rules and standard security questions.
Response Format
XML
https://api3.lumesse-talenthub.com/CareerPortal/SOAP/TalentPortalConfiguration?wsdl
SOAP METHODS
listPasswordRules
The method listPasswordRules provides input for password validator or can be used to display rules for end user. This method must be called with anonymous access. The user name must be set to the following format: TechnicalID:guest:FO. The password must be set to "guest".
Post Parameter
| Parameter | Data Type | Description |
|---|---|---|
| langCode |
LangCode | Language code If not provided then site master language is used. Click to see possible values |
Request Parameter
Response Parameter
| Parameter | Data Type | Description |
|---|---|---|
| passwordRules |
List | Account password rule. |
| accountPasswordRuleDto |
AccountPasswordRuleDto | |
| code |
PasswordRuleCode | Password rule code. |
| description |
String | Password rule description that is translated according to langCode. |
| parameter |
String | Value that "supports" password rule e.g. MinimumLength parameter can be "8" - so password must have at least 8 characters. |
getStandardSecurityQuestions
The method getStandardSecurityQuestions is used to return list of predefined security questions that can be used secure password management. This method must be called with anonymous access. The user name must be set to the following format: TechnicalID:guest:FO. The password must be set to "guest".
Post Parameter
| Parameter | Data Type | Description |
|---|---|---|
| langCode |
LangCode | Language code If not provided then site master language is used. Click to see possible values |
Request Parameter
Response Parameter
| Parameter | Data Type | Description |
|---|---|---|
| securityQuestion |
List | Security question. |
| securityQuestionDto |
SecurityQuestionDto | Security question. |
| value |
String | Security question code. |
| label |
String | Security question translated according to langCode. |