AddUserToGroup
指定されたSharePoint グループにユーザーを追加して、アクセスとアクセス許可を管理します。
Stored Procedure-Specific Information
To execute this procedure, enter:EXEC AddUserToGroup Groupname = 'Site001 Owners', LoginName = 'i:0#.f|membership|[email protected]'
Input
| Name | Type | Required | Description |
| LoginName | String | True | SharePoint グループに追加されるユーザーのログイン名。 |
| Group | String | True | ユーザーが追加されるSharePoint グループの名前。例:'Project Managers' または'Site Admins'。 |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | グループへのユーザー追加操作が成功したかどうかを示します。成功の場合は'true'、失敗の場合は'false' を返します。 |