List user credentials

This API endpoint allows you to fetch the list of the credentials issued to a specific user.


Headers

  • Authentication: Bearer {JWT}
  • Accept: application/json
  • Content-Type: application/json

Path Parameters

ParametersTypeDescription
organizationNamestringDenotes the name of the organization.
userIDstringThe unique id assigned to the user.

Response Object

ParameterTypeDescription
idstringThe unique ID of the user.
typestringThe type of the credential.
valuestringThe value of the credential.
temporarybooleanIndicates if the credential is temporary.
periodintegerThe period of the credential.
digitsintegerThe number of digits in the credential.
counterintegerThe counter value of the credential.
algorithmstringThe algorithm used for the credential.
priorityintegerThe priority of the credential.
userLabelstringThe user-friendly label of the credential.
Language
URL