Get an OATH credential
GET/nevisidm/api/core/v1/:clientExtId/users/:userExtId/oath-credentials/:extId
Since: 2.71.0
Required permission(s): AccessControl.CredentialView or SelfAdmin Role
Returns the OATH credential with the specified external ID belonging to the given user.
The response includes OATH credential details such as the authentication method, hashing algorithm, digit count, period, counter, label, and the encrypted shared secret. The QR code URI is not included in single GET responses since it is only returned upon credential creation.
In self-admin mode, a user can only retrieve their own OATH credentials.
Request
Responses
- 200
- 403
- 404
OATH credential retrieved successfully
Insufficient permissions
Referenced resource not found