/UserMgmt/GetSecurityQuestions

Gets the user-defined questions for a user.

Response

API-Result

success boolean
Indicates if the questions were successfully retrieved

Result Objects
Information abut the questions

Result.AdminQuestions Array of Objects
An array of objects describing the admin-defined questions

Result.AdminQuestions.Culture String
The culture for the question

Result.AdminQuestions.Question String
The text for the question

Result.AdminQuestions.Uuid String
The unique ID of the question

Result.AnswerMinLength Integer
The minimum length for an answer

Result.MaxQuestions Integer
The maximum number of questions

Result.MinAdminQuestions Integer
The minimum number of admin-defined questions

Result.MinUserQuestions Integer
The minimum number of user-defined questions

Result.Questions Array of Objects
An array of objects describing the user-defined questions

Result.Questions.QuestionText String
The text for the question

Result.Questions.Uuid String
The unique ID of the question

Message string
Error message text on failure, may be null

ErrorID string
Unique support identifier for this occurrence of an error

success boolean
Indicates API success or failure

Language
Click Try It! to start a request and see the response here!