Click or drag to resize

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

Parameters

admin
Type: SystemNullableBoolean
the Admin

Return Value

Type: AddUserBuilder
the adds the user builder
See Also