authenticators self
/self/authenticators [GET]
API Support | Available since | Last updated | Output |
---|---|---|---|
6.2000 | 6.2000 | xml, json |
Description
List the registered authenticators for the current member.
This service uses data masking when displaying the phone number, email address or shared secret with an authenticator app, if the authenticator is verified.
It includes the list of authenticator types allowed by the mfaSupport
global property:
Parameters
No parameters required.
Permission
Only the member themselves can invoke this service.
Response
The returned XML is as follows:
<authenticators supported="[supported types]"> <authenticator id="[id]" public-id="[public id]" name="[name]" type="[type]" member="[member id]" verified="[true|false]" created="[created date]" [last-used="date last used for authentication"] [data="data"] /> ... </authenticators>
Error handling
No specific errors expected for this generator.