authenticator
/authenticators/{authenticator} [PATCH]
API Support | Available since | Last updated | Output |
---|---|---|---|
6.2000 | 6.2000 | xml, json |
Description
Edit the authenticator of the signed-in member.
Parameters
Name | Description | Required | Type | Default value |
---|---|---|---|---|
name | The new name for the authenticator | no | string |
Permission
Only the member themselves can invoke this service.
Response
The XML returned is always:
<authenticator-modification> <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-modification>
Error handling
0x102A | If the token is invalid or has expired |
---|