Cloud Administration Retrieve License Usage API Version 2
Use the Cloud Administration Retrieve License Usage API Version 2 to retrieve the following information for the current month and previous 12 months:
Number of MFA licenses used
Number of users with third-party FIDO authenticators
Number of SMS and Voice tokencodes sent
Number of active users
Use this information to monitor for license compliance. The MFA license measures the number of users who have registered a device with the RSA Authenticator app installed. Your organization can then order additional licenses from RSA if needed.
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 a 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 retrieve license usage information.
| Method | Request URL | Response Body | Response Body Type | Response Codes |
|---|---|---|---|---|
| GET | AdminInterface/restapi/v2/licenseusage | License information | application/json | 200, 403, 429, 500 |
Request Example
The following example displays a REST API request to retrieve license usage information.
GET /AdminInterface/restapi/v2/licenseusage
Accept: application/json
Authorization: Bearer <JWT token>
Response Property Descriptions
The following table shows response property descriptions and data types.
| Property | Description | Data Type |
|---|---|---|
| mfaLicensesUsed | Number of users who registered a device with the SecurID app installed in the given month. | Integer |
| usersWithThirdPartyFidoAuthenticators | Number of users with third-party FIDO authenticators in the given month. See FIDO for a list of supported authenticators. | Integer |
| smsAndVoiceTokencodesSent | Number of SMS and Voice tokencodes sent in the given month. | Integer |
lastUpdated lastUpdatedAt | UTC date and time when this information was collected, for example, 2021-05-19T16:29:59.000Z. Used for the current month only. | ISO 8601 Date Time |
| activeUsers | Number of active users in the given month. An active user either has a registered authenticator or who authenticated successfully. For details see Cloud Administration Console Dashboard. | Integer |
| month | The current month in yyyy-mm format. | String |
Example Response
The following example shows a response.
[{"mfaLicensesUsed":0,"smsAndVoiceTokencodesSent":0,"month":"2021-02","lastUpdatedAt":"2021-02-01T20:55:45.000Z","activeUsers":1,"usersWithThirdPartyFidoAuthenticators":1},
{"mfaLicensesUsed":0,"smsAndVoiceTokencodesSent":0,"month":"2021-01","activeUsers":1,"usersWithThirdPartyFidoAuthenticators":1},
{"mfaLicensesUsed":0,"smsAndVoiceTokencodesSent":0,"month":"2020-12","activeUsers":1,"usersWithThirdPartyFidoAuthenticators":1},
{"mfaLicensesUsed":0,"smsAndVoiceTokencodesSent":0,"month":"2020-11","activeUsers":1,"usersWithThirdPartyFidoAuthenticators":1}]
Response Codes
The following table shows response codes for this API.
| Code | Description |
|---|---|
| 200 | Operation completed successfully. |
| 403 | Not authorized to perform the request. |
| 429 | Too many requests. |
| 500 | Internal error occurred when processing the request. |
Related Articles
What is the originator info? 35Number of Views Cloud Administration Retrieve License Usage API Version 1 41Number of Views FIM error Recipient string does not match the Relying Party's Recipient string 8Number of Views User groups 11Number of Views Map a RADIUS User Attribute Definition to an Identity Source Attribute 12Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x