v1

latestOpenAPI 3.1.02026-07-24416405768.8 KB
d) Customer Management

Add new security questions for the customer

Creates additional new security questions linked to the customer. You can give a customer multiple security questions.

post/eclipse-conductor/rest/v1/tenants/{tenantId}/customers/{customerId}/security-questions

Path parameters

tenantIdinteger required
customerIdinteger required

Request body

answerstring

The correct answer. Will not be case sensitive

questionstring

The question the user should know the answer to

Response

OK

createdstring date-time

When the question was created

customerIdinteger

Customer id for the security question

lastModifiedstring date-time

When the question was last modified

questionstring

The question

securityQuestionIdinteger

Unique id for the security question

Example response

[
  {
    "created": "2022-03-10T12:15:50-04:00",
    "lastModified": "2022-03-10T12:15:50-04:00"
  }
]