Cloud Administration Enable FIDO Authenticator API
The Cloud Administration Enable FIDO authenticator API allows Help Desk Administrators and Super Administrators to enable a FIDO authenticator that is assigned to a user.
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 enable FIDO authenticator.
| Method | Request URL | Response Content Type | Response Body | Response Codes |
|---|---|---|---|---|
| PATCH | /AdminInterface/restapi/v1/fido/{userId}/authenticators/{authenticatorId}/enable | application/json | FIDO staus | 200, 400, 403, 429, 500. |
Example Request Data
PATCH /AdminInterface/restapi/v1/fido/{userId}/authenticators/{authenticatorId}/enable
Accept: application/json
Authorization: Bearer <JWT token>
EXAMPLE REQUEST BODY: NA
REQUEST PROPERTY DESCRIPTIONS: NA
Example Response
{
"statusChangedAt": 1654604832860,
"statusChangedBy": <admin subject>,
"status": "Enabled"
}
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 enabled FIDO 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
Email and log file timestamps are incorrect in RSA Identity Governance & Lifecycle 65Number of Views RSA Governance & Lifecycle LDAP Novell eDirectory Connector Guide 12Number of Views Password incorrect error when importing a PKCS#12 generated by RSA Certificate Manager on Microsoft Internet Explorer 108Number of Views RSA Authenticator 4.5.3 for iOS and Android Quick Start Guide (German) 6Number of Views RSA Authenticator 4.4 for iOS and Android Quick Start Guide (German) 9Number of Views
Trending Articles
RSA Release Notes: Cloud Access Service and RSA Authenticators RSA Authentication Manager Patch Updates Deploying RSA Authenticator 6.2.2 for Windows Using DISM RSA Authenticator for iOS and Android Administrator Guide - Mobile Lock RSA SecurID software token .sdtid file fails to import into RSA SecurID Software Token 5.0 for Windows