Click or drag to resize

ListUserInclusion Enumeration

Represents specific elements to include in a response.

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public enum ListUserInclusion
Members
  Member nameValueDescription
LAST_LOGIN0 includes the lastLogin attribute for each User object if: - the request is submitted by a system administrator, and - the returned IndexResult object that contains a maximum of 100 User objects.
See Also