Table of Contents

Class BaseUser

Namespace
Autodesk.ACC.AccountAdmin.Models
Assembly
Autodesk.ACC.AccountAdmin.dll

User information.

public class BaseUser : IParsable
Inheritance
BaseUser
Implements
IParsable
Derived
Inherited Members

Properties

AboutMe

A short bio about the user. This data will sync from the user's Autodesk profile.

public string? AboutMe { get; }

Property Value

string

AddressLine1

The address line 1 of the user. This data will sync from the user's Autodesk profile.

public string? AddressLine1 { get; }

Property Value

string

AddressLine2

The address line 2 of the user. This data will sync from the user's Autodesk profile.

public string? AddressLine2 { get; }

Property Value

string

AnalyticsId

The identifier of the user to be used for analytics.

public string? AnalyticsId { get; }

Property Value

string

AutodeskId

The identifier of the user's Autodesk profile.

public string? AutodeskId { get; }

Property Value

string

City

The city of the user. This data will sync from the user's Autodesk profile.

public string? City { get; }

Property Value

string

Country

The country of the user. This data will sync from the user's Autodesk profile.

public string? Country { get; }

Property Value

string

Email

The email of the user.

public string? Email { get; set; }

Property Value

string

FirstName

The user's first name. This data will sync from the user's Autodesk profile.

public string? FirstName { get; set; }

Property Value

string

Id

The internal identifier of the user.

public Guid? Id { get; }

Property Value

Guid?

ImageUrl

The url of the user's avatar. This data will sync from the user's Autodesk profile.

public string? ImageUrl { get; }

Property Value

string

Industry

The industry the user works in. This data will sync from the user's Autodesk profile.

public string? Industry { get; }

Property Value

string

JobTitle

The job title of the user. This data will sync from the user's Autodesk profile.

public string? JobTitle { get; }

Property Value

string

LastName

The user's last name. This data will sync from the user's Autodesk profile.

public string? LastName { get; set; }

Property Value

string

Name

The name of the user.

public string? Name { get; }

Property Value

string

Phone

The phone number of the user. This data will sync from the user's Autodesk profile.

public BaseUser_phone? Phone { get; }

Property Value

BaseUser_phone

PostalCode

The zip or postal code of the user. This data will sync from the user's Autodesk profile.

public string? PostalCode { get; }

Property Value

string

StateOrProvince

The state or province of the user. Accepted values here will change depending on which country is provided. This data will sync from the user's Autodesk profile.

public string? StateOrProvince { get; }

Property Value

string

Methods

CreateFromDiscriminatorValue(IParseNode)

Creates a new instance of the appropriate class based on discriminator value

public static BaseUser CreateFromDiscriminatorValue(IParseNode parseNode)

Parameters

parseNode IParseNode

The parse node to use to read the discriminator value and create the object

Returns

BaseUser

A BaseUser

GetFieldDeserializers()

The deserialization information for the current model

public virtual IDictionary<string, Action<IParseNode>> GetFieldDeserializers()

Returns

IDictionary<string, Action<IParseNode>>

A IDictionary<string, Action<IParseNode>>

Serialize(ISerializationWriter)

Serializes information the current object

public virtual void Serialize(ISerializationWriter writer)

Parameters

writer ISerializationWriter

Serialization writer to use to serialize this model