Skip to main content

 Services

Web services from /about to /webhooks

authenticators member

/members/{member}/authenticators [POST]

Description

Creates a verified `email-otp` authenticator for a member using their registered email.

Parameters

No parameters required.

Permission

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

Response

The returned XML is as follows:

 <authenticator-creation>
   <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"] />
 </authenticator-creation>
 

Error handling

No specific errors expected for this generator.

Created on , last edited on