Share via


SP へUserCollection.removeById 方法 (sp.js)

ページ内のカスタム アクションの位置を決定する、実装に固有の値を指定する値を取得または設定します。

**適用対象:**apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

SP.UserCollection.removeById()

パラメーター

  • id
    ユーザーの ID を削除するには、ユーザーのidプロパティで指定しました。

戻り値

Undefined

他のリソースのエンドポイント

詳細については、 UserCollection リソースを参照してください。

エンドポイント URI 構造

http://<sitecollection>/<site>/_api/web/sitegroups(groupid)/users/removeById(id)

HTTP 要求

このリソースには、次の HTTP コマンドがサポートしています。

  • 投稿

投稿の書式

POST http://<sitecollection>/<site>/_api/web/sitegroups(groupid)/users/removeById(id)

リソースのパラメーター

  • id
    ユーザーの ID を削除するには、ユーザーのidプロパティで指定しました。