account put_external_linkage_info#
Description#
アカウント外部連携情報取得を更新します。
Examples#
以下のコマンドは、ユーザID'alice'の外部連携情報を出力します。
$ annoworkcli account put_external_linkage_info --user_id alice \
--external_linkage_info '{"annofab": {"account_id": "xxx"}}}'
Usage Details#
アカウント外部連携情報取得を更新します。
usage: annoworkcli account put_external_linkage_info [-h] [--debug]
[--annowork_user_id ANNOWORK_USER_ID]
[--annowork_password ANNOWORK_PASSWORD]
[--endpoint_url ENDPOINT_URL]
-u USER_ID
--external_linkage_info
EXTERNAL_LINKAGE_INFO
Named Arguments#
- -u, --user_id
登録対象ユーザのuser_id
- --external_linkage_info
登録するアカウント外部連携情報。 (ex)
{"annofab": {"account_id": "xxx"}}
global optional arguments#
- --debug
HTTPリクエストの内容やレスポンスのステータスコードなど、デバッグ用のログが出力されます。
- --annowork_user_id
Annoworkにログインする際のユーザーIDを指定します。
- --annowork_password
Annoworkにログインする際のパスワードを指定します。
- --endpoint_url
Annowork WebAPIのエンドポイントを指定します。指定しない場合は
https://annowork.comです。