Cloud Administration Disable FIDO Authenticator API
The Cloud Administration Disable FIDO authenticator API allows Help Desk Administrators and Super Administrators to disable a FIDO authenticator that is assigned to a user. When an authenticator is disabled, it cannot be used for authentication.
For information about managing access to this API, see Accessing the Cloud Administration APIs.
Authentication
Clients calling this API must authenticate themselves by including a JSON web token in the request. For instructions on using this token, see Authentication for the Cloud Administration APIs .
Software Developer Kit
You can download the API Software Developer Kit (SDK) from Cloud Administration REST API Download.
Request Requirements
Use the following information to disable FIDO authenticator.
| Method | Request URL | Response Content Type | Response Body | Response Codes |
|---|---|---|---|---|
| PATCH | /AdminInterface/restapi/v1/fido/{userId}/authenticators/{authenticatorId}/disable | application/json | FIDO status | 200, 400, 403, 429, 500. |
Example Request Data
PATCH /AdminInterface/restapi/v1/fido/{userId}/authenticators/{authenticatorId}/disable
Accept: application/json
Authorization: Bearer <JWT token>
EXAMPLE REQUEST BODY: NA
REQUEST PROPERTY DESCRIPTIONS: NA
Example Response
{
"statusChangedAt": 1654604832860,
"statusChangedBy": <admin subject>,
"status": "Disabled"
}
Response Property Descriptions:
statusChangedAt: The timestamp when the FIDO authenticator was enabled. For information on formatting timestamps in ISO 8601 format, see https://www.w3.org/TR/NOTE-datetime.
statusChangedBy : Identifies the administrator who enabled the FIDO authenticator
status: FIDO Status (Enabled/Disabled)
Response Codes:
| Code | Description |
|---|---|
| 200 | Successfully disabled FIDO authenticator assigned to the user. |
| 400 | Invalid userId/authenticatorId/api url (Bad Request). |
| 403 | Not authorized to perform the request. |
| 429 | Too many requests. |
| 500 | Internal server error occurred while processing the request. |
Related Articles
FIDO Authentication Section 156Number of Views Radiant Logic RadiantOne FID 7.3.12 - Identity Source with AM Configuration - SecurID Access Implementation Guide 7Number of Views Radiant Logic RadiantOne FID 7.3.12 - SecurID Access Implementation Guide 5Number of Views Customize FIDO Authentication 75Number of Views How to create a RSA SecurID for Software Token 2.5.1 setup program that can fit on single floppy disc 6Number of Views
Trending Articles
RSA Authentication Manager 8.9 Release Notes (January 2026) RSA announces the availability of the RSA SecurID Hardware Appliance 230 based on the Dell PowerEdge R240 Server How to troubleshoot Oracle database ORA-04030 errors in RSA Identity Governance & Lifecycle RSA Authentication Manager Upgrade Process Microsoft SQL Server Collectors can no longer connect to the SQL Server database after upgrade to Microsoft SQL Server 201…