authenticators member
/members/{member}/authenticators [POST]
API Support | Available since | Last updated | Output |
---|---|---|---|
6.2000 | 6.2000 | xml, json |
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.