1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Power AutomateでTeamsのチーム 所有者 / ゲスト ユーザーの一覧を取得する

Last updated at Posted at 2024-11-06

所有者の一覧を取得する方法

[HTTP要求V2を送信する]アクションでURIを設定します。

URI
https://graph.microsoft.com/v1.0/groups/@{outputs('チームの取得')?['body/id']}/owners

ゲストの一覧を取得する方法

1.[HTTP]アクションを利用して、Access Tokenを取得します。

認証設定については、以下の過去記事をご確認ください。

2.[JSONの解析]アクションでHTTPの出力を解析します。

3.[作成]アクションでAccess Tokenを出力して、次のアクションに使用します。

4.[チームの取得]アクションで該当のチーム名を選択します。

5.[HTTP]アクションを再度使用して、チームメンバーの詳細を取得します。

6.[JSONの解析]アクションで「roles」を取得します。

7.[アレイのフィルターを処理]アクションで、「roles」にguestを含むユーザーをフィルターします。この方法でゲストユーザーの一覧を取得します。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?