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
Groups
List of groups this user belongs to
public IList<Group> Groups { get; set; }
Property Value
Locale
Current user’s locale (see Server Information)
public string Locale { get; set; }
Property Value
TimeZone
Current user’s time zone ID
public string TimeZone { get; set; }