Click or drag to resize

UserUpdateUserBuilder Constructor

User object containing the required attributes:

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 UpdateUserBuilder(
	Nullable<long> id,
	Nullable<bool> admin,
	Nullable<bool> licensedSheetCreator
)

Parameters

id
Type: SystemNullableInt64
the user id
admin
Type: SystemNullableBoolean
admin (required)
licensedSheetCreator
Type: SystemNullableBoolean
licensedSheetCreator (required)
See Also