my list_workspace_member#
Description#
所属しているワークスペースでの自分自身のメンバー情報を出力します。
Examples#
以下のコマンドは、自身のワークスペースメンバの一覧を出力します。
$ annoworkcli my list_workspace_member \
--format json --output out.json
out.json#
[
{
"workspace_member_id": "a5cd6a09-e740-4c34-8981-fe3d1b0e0bde",
"workspace_id": "org",
"account_id": "0a998d6f-9b53-4d96-ba89-14edccd9ce0b",
"user_id": "alice",
"username": "Alice",
"role": "owner",
"status": "active",
"created_datetime": "2022-01-11T08:16:58.373Z",
"updated_datetime": "2022-01-11T08:16:58.373Z"
}
]
Usage Details#
所属しているワークスペースでの自分自身のメンバー情報を出力します。
usage: annoworkcli my list_workspace_member [-h] [--debug]
[--annowork_user_id ANNOWORK_USER_ID]
[--annowork_password ANNOWORK_PASSWORD]
[--endpoint_url ENDPOINT_URL]
[-o OUTPUT] [-f {csv,json}]
Named Arguments#
- -o, --output
出力先
- -f, --format
Possible choices: csv, json
出力先のフォーマット
Default:
'csv'
global optional arguments#
- --debug
HTTPリクエストの内容やレスポンスのステータスコードなど、デバッグ用のログが出力されます。
- --annowork_user_id
Annoworkにログインする際のユーザーIDを指定します。
- --annowork_password
Annoworkにログインする際のパスワードを指定します。
- --endpoint_url
Annowork WebAPIのエンドポイントを指定します。指定しない場合は
https://annowork.comです。