Configure authentication settings
You can call generic user functions to set the security question for a user, or to reset the password. For example, call /UserMgmt/SetSecurityQuestion to set the security question for a user:
/UserMgmt/SetSecurityQuestion
{
"ID": "[email protected]",
"securityquestion": "subject",
"questionanwser": "math101"
}
See Also
- [/UserMgmt functions] User Management
- Create and Manage Cloud Directory Users
Updated about 5 years ago