Click or drag to resize

UserProfile Class

A user profile object.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsIdentifiableModel
    Smartsheet.Api.ModelsUserModel
      Smartsheet.Api.ModelsUserProfile

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 class UserProfile : UserModel

The UserProfile type exposes the following members.

Constructors
  NameDescription
Public methodUserProfile
Top
Properties
  NameDescription
Public propertyAccount
Account object representing the current user’s customer account
Public propertyGroups
List of groups this user belongs to
Public propertyLocale
Current user’s locale (see Server Information)
Public propertyTimeZone
Current user’s time zone ID
Top
See Also