Content

LINE WORKS

Developers

  • ドキュメント
  • コミュニティ
Developer Console
ログイン
  • Q&A

コミュニティ

LINE WORKS DevelopersやLINE WORKS APIサービスに関して、
他の開発者と意見交換や情報共有ができる交流スペースです。

??dev_메인_타이틀_모바일_ja_JP??

  • 全カテゴリー
  • メール
  • カレンダー
  • SSO
  • 組織連携
  • アドレス帳
  • Drive
  • 管理者画面
  • トークBot
  • 監査
  • Partner
  • 掲示板
  • IPT
  • 問い合わせ
  • API 2.0

アドレス帳

  • 全カテゴリー
  • メール
  • カレンダー
  • SSO
  • 組織連携
  • アドレス帳
  • Drive
  • 管理者画面
  • トークBot
  • 監査
  • Partner
  • 掲示板
  • IPT
  • 問い合わせ
  • API 2.0
最新順
  • 最新順
  • 閲覧数順
  • コメント数順
  • 秋元啓_1b06d4

    APIを利用したLINEユーザーの友達追加

    掲題の件ですが、LINE WORKSのドメインへの、APIを利用したLINEユーザーの友達追加の可否を検証中です。 過去記事などを見るとできないといった内容も書かれていますが、連絡先の登録API自体は存在するため、真偽のほどが分からず投稿した次第です。 ■参考にしたコミュニティの記事 https://forum.worksmobile.com/jp/posts/100232 ■API2.0の連絡先の登録 https://developers.worksmobile.com/jp/reference/contact-create?lang=ja

    2023.03.22既読 105

    いいね 1 0
  • BassBaas_ae3711

    F

    Bbb

    2022.08.21既読 226

    いいね 0 0
  • yumzaki

    連絡先リストのユーザにAPIからトークメッセージを送ることは可能ですか

    LINE WORKS初心者です。 LINE WORKS APIにて、"顧客/取引先の連絡先リストの照会"がありますが、 この連絡先リストのユーザにAPIからトークメッセージを送ることは可能ですか。

    2022.07.11既読 911

    いいね 0 2
  • API 2.0API 2.0
  • SB游

    lineworksのuuid(resource id)とLINEのUIDの紐づけについて

    LINEWORKSの連絡先にLINEユーザ(顧客Aとする)を追加した場合に、LINEWORKSのAPIを使って顧客AのUUID(ResourceID)を取得することはできますが、その後、別システムで管理している顧客AのLINEのUIDと、LINEWORKSのUUID(ResourceID)と紐づける方法はございますか。

    2022.04.25既読 1331

    いいね 0 1
  • fy

    トークルームメンバーのメンテナンス方法について

    トークルームのメンバーのメンテナンスの自動化を検討しているのですが、 アドレス帳のユーザにトークルームIDを紐づけして、 ユーザ削除時にはトークルームから退会(削除)、ユーザ追加時にはトークルームへ招待(追加)、 ユーザが組織の異動によりアカウントは保持したままトークルームから退会、という操作を自動化したいと思っています。 よろしくお願いします。

    2022.04.08既読 819

    いいね 0 1
  • VSarala

    Unable to fetch client/customer contacts using MODIFICATION_TIME as a filter for orderBy

    Sir/Ma'am, I have been using the below API to fetch Client/Customer Contactshttps://developers.worksmobile.com/jp/document/100600805?lang=en My account has 50003 contacts, I am trying to fetch the Client/Customer contacts in the ascending order of their Modification time, so I have been using the "orderBy" filter set to MODIFICATION_TIME, but the results that appear are still in the ascending order of their CREATION_TIME. Can you please check if the orderBy functionality for the ab

    2022.03.03既読 1216

    いいね 0 3
  • KayanumaKinji

    AIP連携の認証について

    webサイトで取得した連絡先をAIP連携して LINEワークスに保存する仕組みは作れましたが 認証画面の「ID・パスワード」入力画面をPINコード入力画面で 認証させる方法はありますか? もしくは webサイトから連絡先を送る際にLINEワークスアプリが立ち上がり 認証する方法はありますか? ご教示お願いします。

    2022.02.28既読 1132

    いいね 0 1
  • ぱん

    【顧客/取引先の連絡先リストの照会】公開範囲での絞り込み

    下記のURLでAPIを実行していますが、 公開範囲が「すべてのメンバー」のデータも取得されてしまいます。 パラメータの設定が間違っているのでしょうか。 https://apis.worksmobile.com/r/{API ID}/contact/v3/domains/{domainId}/shared/contacts?open=false

    2022.02.11既読 567

    いいね 0 1
  • VSarala

    Max Limit for Contacts

    Hi Team, We have a Lineworks Org account,where in we have three employees registered for a lite plan,so for a lineworks lite account as the site states, it allows adding a maximum of 50,000 contacts per user, so now when I try to add my clients/partners in to lineworks using the add client/partners contacts API, it gives me an error saying you have exceeded your contact limit, when I check my contacts it shows me around 3k contacts in all the three employee accounts, it can be inferred that line

    2021.10.14既読 1010

    いいね 0 1
  • VSarala

    Unable to add contacts though our address book shows 0 contacts

    Hi Team, We have added 10k customer/client contacts to our lineworks account using API and we deleted all of the 10k contacts and now when we try to create new contacts, we face an error as shown below, though we have 0 contacts present in our address book. Can you help us on how to add new contacts now. { "code": "LIMIT_EXCEEDED", "message": "Failed to save because you have exceeded the contacts limit.", "domain": "contact" } PS: We go

    2021.10.12既読 954

    いいね 0 1
  • VSarala

    How to fetch more than 50k contacts

    Hi Team, We want to fetch more than 50,000 contacts using the API below, can you give us an example of the API call that should be made to fetch contacts above 50,000. https://developers.worksmobile.com/jp/document/100600805?lang=en Get Customer/Client Contacts - Contacts https://developers.worksmobile.com/jp/document/100600805?lang=en

    2021.10.08既読 739

    いいね 0 1
  • VSarala

    How to fetch client contacts which are over 50000

    Hi Team, We want to fetch more than 50,000 contacts using the API below, can you give us an example of the API call that should be made to fetch contacts above 50,000. https://developers.worksmobile.com/jp/document/100600805?lang=en Get Customer/Client Contacts - Contacts https://developers.worksmobile.com/jp/document/100600805?lang=en

    2021.10.06既読 1121

    いいね 0 1
  • Flexible TemplateFlexible Template
  • VSarala

    How to add multiple contacts through the API

    HI Team, So we want to know how do we add multiple contacts in a single API call using the API below. An example showing the request body of the API call would be appreciated. https://developers.worksmobile.com/jp/document/100600801?lang=en Add Customer/Client Contacts - Contacts https://developers.worksmobile.com/jp/document/100600801?lang=en

    2021.10.06既読 1039

    いいね 0 1
  • SB游

    誕生日の日付形式の L: 旧暦について

    ■対象API https://developers.worksmobile.com/jp/document/100600805?lang=ja 顧客/取引先の連絡先リストの照会 - アドレス帳 -LINE WORKS Devhttps://developers.worksmobile.com/jp/document/100600805?lang=ja ■確認 誕生日のL: 旧暦のサンプルデータありますか。 西暦に変換したいことです。

    2021.10.05既読 1347

    いいね 0 1
  • VSarala

    The accountId/emailid of a particular contact

    Can we fetch the lineworks accountID (name@example.com) of my contacts visible in the address book using any API?

    2021.09.22既読 1010

    いいね 0 1
  • AAAmre

    Free developer plan with full api access

    Hi, Is it possible to provide a not restricted access to API for developing purposes ? I want to create a proof of concept (POC) around Linework. You can the usage and the number of users: all i need is to be able to use the api for a prototype without paying an additional plan. Thank you, Kind regards

    2021.09.13既読 721

    いいね 0 1
  • aki

    スマートフォン(iPhone)との連携について

    LINEWORKS のアドレス帳(顧客/取引先)とスマートフォン(iPhone)の連絡先との連携は可能でしょうか

    2021.07.14既読 2248

    いいね 0 1
  • SB游

    全連絡先のエクスポート及び移行について

    いつもお世話になっております。 連絡先の移行について確認させていただきます。 長文で失礼しました。 ■1. 対応したいこと すべての連絡先をCSVにエクスポートし、別のシステムに初期移行します。 調査して下記の機能:■2. 連絡先エクスポート ですべての連絡先をCSVにエクスポートできます。 ただ、その中に連絡先のリソースIDと友だち登録したLineWorksのアカウントIDは入ってないみたいです。 それらの情報は「顧客/取引先の連絡先の照会」APIにありますが、 連絡先エクスポートする際、入ってないことです。 何か設定必要でしょうか。 それとも別の方法ありますか。 ■2. 連絡先エクスポート https://guide.worksmobile.com/jp/contacts/contacts-guide/export-contacts/ 連絡先エクスポート - アドレス帳 - LINE WORKS ヘルプセンター顧客/取引先の連絡先をエクスポート (バックアップ) できます。全体またはグループ単位でエクスポートでき、連絡先を個別に選択してエクスポートできます。 すべての連絡先またはタ

    2021.07.07既読 3198

    いいね 0 3
  • SB游

    APIでブロック情報の取得について

    1,営業活動して、LineWorksのアカウントは個人Lineアカウントの友だちになりました。 2,数日後、エンドユーザの個人LineアカウントはLineWorksのアカウントをブロックしました。 3,その時、LineWorksのアカウントから送信できないことになりますが、   何かのAPIで外部連絡先のブロック状況を検知できますか。 お手数ですが、ご確認のほど、よろしくお願いたします。

    2021.07.02既読 2249

    いいね 0 2
  • 萩原士郎

    アドレス帳の顧客/取引先から削除できないです。

    アドレス帳の顧客/取引先に見知らぬ所の登録がされていて、削除しようとすると、「この外部ユーザーとトークしているメンバーがいて削除できない」旨のエラーメッセージが返ってきます。 どうすれば削除出来ますでしょうか? ご教示いただけますと幸いです。

    2021.06.18既読 1625

    いいね 0 1

LINE WORKS Developers

  • API 2.0
  • Bot
  • Directory
  • Calendar
  • Board
  • Contact
  • Mail
  • Drive
  • Document
  • Flexible Template
  • SSO
  • SAML Apps
  • App Link
  • IPT
  • API 1.0
  • お知らせ
  • Developersコミュニティ
  • Developer Console

LINE WORKS

  • LINE WORKS 紹介
  • ダウンロード
  • ヘルプセンター
  • コミュニティ
  • Developers
  • サービス状態
ⓒ WORKS MOBILE Japan corp.

コミュニティ利用規約

  • プライバシーポリシー
  • Developersコミュニティ利用規約
  • English
  • 日本語

SNS

  • Youtube
  • LINE
  • tweeter
  • Facebook