アカウントIDとユーザーIDによるユーザーデータの取得

この例では、Accountの指定されたユーザーの詳細情報を取得する方法を示します。

サンプルコード内の以下のプレースホルダーの値を置き換えてください:

キー 説明
bearer_token OAuth トークン。 OAuthトークンについてもっと読む
account_id Vonage Business CommunicationsのアカウントID。
user_id Vonage Business CommunicationsのユーザーID。
curl --location --request GET 'https://api.vonage.com/t/vbc.prod/provisioning/v1/api/accounts/$account_id/users/$user_id' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer $bearer_token' \