Skip to main content
GET
C#

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

パスパラメータ

id
string
必須

対象ユーザーの ID。

クエリパラメータ

page
integer

返される結果のページ index。最初のページは 0 です。default は 0 です。

必須範囲: x >= 0
per_page
integer

1 ページあたりの結果数。default は 50 です。

必須範囲: 0 <= x <= 100
include_totals
boolean

結果を、総件数を含むオブジェクト内に返す(true)か、結果の配列をそのまま返す(false、default)かを指定します。

レスポンス

ユーザーの認証方法を取得しました。

created_at
string<date-time>
必須

認証器の作成日

id
string
必須

認証方法のID(自動生成)

type
enum<string>
必須
利用可能なオプション:
recovery-code,
totp,
push,
phone,
email,
email-verification,
webauthn-roaming,
webauthn-platform,
guardian,
passkey,
password
aaguid
string

パスキー認証方法にのみ適用されます。Authenticator Attestation Globally Unique Identifier。

authentication_methods
object[]
confirmed
boolean

認証方法のステータス

credential_backed_up
boolean

パスキーにのみ適用されます。credential がバックアップされているかどうか。

credential_device_type
string

パスキーにのみ適用されます。backup eligibility で定義される、credential が保存されているデバイスの種類。"single_device" credential はバックアップや他のデバイスとの同期ができず、"multi_device" credential はend-userが有効にしている場合にバックアップできます。

email
string

email および email-verification の認証方法にのみ適用されます。確認メッセージの送信に使用するメールアドレス。

enrolled_at
string<date-time>

登録日

identity_user_id
string

パスキーにのみ適用されます。認証方法にリンクされたユーザーアイデンティティのID。

key_id
string

webauthn の認証方法にのみ適用されます。生成されたcredentialのID。

last_auth_at
string<date-time>

最終認証日時

リンクされた認証方法のID。リンクされた認証方法は一緒に削除されます。

name
string

認証方法を識別するための、わかりやすいラベル

Maximum string length: 20
phone_number
string

電話の認証方法にのみ適用されます。テキストメッセージおよび音声で確認コードを送信する宛先の電話番号。

preferred_authentication_method
enum<string>

phone 認証方法にのみ適用されます。優先される通信方法です。

利用可能なオプション:
voice,
sms
public_key
string

webauthn の認証方法にのみ適用されます。公開鍵。

relying_party_identifier
string

webauthn/パスキーの認証方法にのみ適用されます。credential の relying party identifier。

transports
string[]

パスキーにのみ適用されます。クライアントが認証器と通信するために使用するtransports。

user_agent
string

パスキーにのみ適用されます。パスキーの作成に使用されたブラウザーのuser-agent。

user_handle
string

パスキーにのみ適用されます。ユーザーアイデンティティのユーザーハンドル。