Table of Contents

Class UserProfile

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

A user profile object.

public class UserProfile : UserModel
Inheritance
UserProfile
Inherited Members

Properties

Account

Account object representing the current user’s customer account

public Account Account { get; set; }

Property Value

Account

Groups

List of groups this user belongs to

public IList<Group> Groups { get; set; }

Property Value

IList<Group>

Locale

Current user’s locale (see Server Information)

public string Locale { get; set; }

Property Value

string

TimeZone

Current user’s time zone ID

public string TimeZone { get; set; }

Property Value

string