get/role-store/api/v1/users/{user_id}/webauthn-credentials

Get user's webauthn credentials

offsetint

Offset where to start fetching the items

Default
0
limitint

Number of items to return

Default
50
sortkeystring

Sort by specific object property

Enum
  • id
  • user_id
  • credential_id
  • name
  • last_used
  • author
  • created
  • updated
  • updated_by
sortdirstring

Sort direction, asc or desc

Default
"ASC"
Enum
  • ASC
  • DESC

Responses

Response examples

Successful response

{
  "count": 123,
  "items": [
    {
      "id": "5bf77342-221c-11ee-be56-0242ac120002",
      "credential_id": "string",
      "name": "string",
      "comment": "string",
      "last_used"