Box Developerドキュメントの新しいベータ版サイトがまもなくリリースされる予定です。最新の開発者向けガイド、APIリファレンス、AI搭載の検索により、Boxを使用した迅速な開発をサポートします。更新情報については今しばらくお待ちください。
curl -i -X GET "https://api.box.com/2.0/users/12345/avatar" \
-H "authorization: Bearer <ACCESS_TOKEN>"await client.avatars.getUserAvatar(user.id);client.avatars.get_user_avatar(user.id)await client.Avatars.GetUserAvatarAsync(userId: user.Id);try await client.avatars.getUserAvatar(userId: user.id, downloadDestinationUrl: destinationPath)client.getAvatars().getUserAvatar(user.getId())await client.Avatars.GetUserAvatarAsync(userId: user.Id);await client.avatars.getUserAvatar(user.id);