Any REST APIs to get security questions of Azure Active Directory user

Copper Contributor

We have a requirement to get security questions for a user registered on Active Directory. We used graph API(https://graph.microsoft.com/v1.0/users/ {Id})to get users details. However we failed to see security questions in that API response.

 

Request to share any info which programmatically gets and validates user's security questions.

 

Thanks in advance.

1 Reply
You cannot get this information by any means, be it the UI or API. Best you can do is check whether the user has configured security questions, as per: https://docs.microsoft.com/en-us/graph/api/resources/credentialuserregistrationdetails?view=graph-re...