Click or drag to resize

UserUpdateUserBuilderSetAdmin Method

Sets the Admin flag which allows managing Users and accounts.

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 SetAdmin(
	Nullable<bool> admin
)

Parameters

admin
Type: SystemNullableBoolean
the Admin

Return Value

Type: UpdateUserBuilder
the UpdateUserBuilder
See Also