Smartsheet.Api.Models.User.UpdateUserBuilder.SetAdmin C# (CSharp) Method

SetAdmin() public method

Sets the Admin flag which allows managing Users and accounts.
public SetAdmin ( bool admin ) : UpdateUserBuilder
admin bool the Admin
return UpdateUserBuilder
            public virtual UpdateUserBuilder SetAdmin(bool? admin)
            {
                this.admin = admin;
                return this;
            }