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

このアプリ インスタンスのすべてのジョブを再起動します (存在する場合)。

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

SP.UserCollection.getById()

パラメーター

  • id
    [Type]: int

    ユーザーのメンバーの ID です。

戻り値

[Type]: SP.User

指定されたメンバー ID を持つユーザー

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

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

エンドポイント URI 構造

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

HTTP 要求

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

  • 投稿

書式を取得します。

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

投稿の書式

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

リソースのパラメーター

  • id