GroupResources Interface | ![]() |
This interface provides methods to access Group resources.
Thread Safety: Implementation of this interface must be thread safe.
Namespace: Smartsheet.Api
The GroupResources type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddGroupMembers | Adds one or more members to a Group. ![]() If called with a single GroupMember object, and that group member already exists, error code 1129 will be returned. If called with an array of GroupMember objects any users specified in the array that are already group members will be ignored and omitted from the response. This operation is only available to group administrators and system administrators. This operation is asynchronous, meaning the users may not yet have sharing access to sheets for a period of time after this operation returns. For small groups with limited sharing, the operation should complete quickly (within a few seconds). For large groups with many shares, this operation could possibly take more than a minute to complete. It mirrors to the following Smartsheet REST API method: POST /groups/{groupId}/members |
![]() | CreateGroup | Creates a new Group. It mirrors to the following Smartsheet REST API method: POST /groups ![]() This operation is only available to group administrators and system administrators. |
![]() | DeleteGroup | Deletes the Group specified in the URL. ![]() This operation is only available to system administrators. It mirrors to the following Smartsheet REST API method: DELETE /groups/{groupId} |
![]() | GetGroup | Gets the Group specified in the URL. It mirrors to the following Smartsheet REST API method: GET /groups/{groupId} |
![]() | ListGroups | List all Users. It mirrors to the following Smartsheet REST API method: GET /groups ![]() This operation supports pagination of results. For more information, see Paging. |
![]() | RemoveGroupMember | Removes a member from a Group. ![]() This operation is only available to group administrators and system administrators. This operation is asynchronous, meaning group members may retain their sharing access for a brief period of time after the call returns. For small groups with limited sharing, the operation should complete quickly (within a few seconds). For large groups with many shares, this operation could possibly take more than a minute to complete. It mirrors to the following Smartsheet REST API method: DELETE /groups/{groupId}/members/{userId} |
![]() | UpdateGroup | Updates the Group specified in the URL. It mirrors to the following Smartsheet REST API method: PUT /groups/{groupId} ![]() This operation is only available to group administrators and system administrators. |