---
title: "Service: /members/{member}/authenticators [GET]"
source: https://dev.pageseeder.com/api/services/authenticators-member-GET.html
last_updated: 2026-08-07T17:09:54+10:00
document_type: api_endpoint
operation_id: member-GET
resource_id: member
path_template: /members/{member}/authenticators
http_method: GET
api_category: member
implementation_version: null
api_since: 6.2000
deprecated_since: null
obsolete_since: null
api_support: experimental
cache_control: null
generated_at: 2026-08-07
tokens: ~313
---

# /members/\{member\}/authenticators \[GET\]

## Description



List the registered authenticators for the current member.

The member can be in partial auth state.

It is used to:

- Let the user select a second factor option from the registered authenticators during the sign-in process
- Let the user see the registered authenticators during the sign-in process

This service uses data masking when displaying the phone number, email address or shared secret with an authenticator app, if the authenticator is verified.

## Parameters

No parameters required.

## Permission

Only the member themselves or an administrator can invoke this service.

## Response

The returned XML is as follows:

```lang-xml
   <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>
 
```

It includes the list of supported authenticator types.

## Error handling

No specific errors expected for this generator.

