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
AddressLine1
The address line 1 of the user. This data will sync from the user's Autodesk profile.
public string? AddressLine1 { get; }
Property Value
AddressLine2
The address line 2 of the user. This data will sync from the user's Autodesk profile.
public string? AddressLine2 { get; }
Property Value
AnalyticsId
The identifier of the user to be used for analytics.
public string? AnalyticsId { get; }
Property Value
AutodeskId
The identifier of the user's Autodesk profile.
public string? AutodeskId { get; }
Property Value
City
The city of the user. This data will sync from the user's Autodesk profile.
public string? City { get; }
Property Value
Country
The country of the user. This data will sync from the user's Autodesk profile.
public string? Country { get; }
Property Value
The email of the user.
public string? Email { get; set; }
Property Value
FirstName
The user's first name. This data will sync from the user's Autodesk profile.
public string? FirstName { get; set; }
Property Value
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
Industry
The industry the user works in. This data will sync from the user's Autodesk profile.
public string? Industry { get; }
Property Value
JobTitle
The job title of the user. This data will sync from the user's Autodesk profile.
public string? JobTitle { get; }
Property Value
LastName
The user's last name. This data will sync from the user's Autodesk profile.
public string? LastName { get; set; }
Property Value
Name
The name of the user.
public string? Name { get; }
Property Value
Phone
The phone number of the user. This data will sync from the user's Autodesk profile.
public BaseUser_phone? Phone { get; }
Property Value
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
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
Methods
CreateFromDiscriminatorValue(IParseNode)
Creates a new instance of the appropriate class based on discriminator value
public static BaseUser CreateFromDiscriminatorValue(IParseNode parseNode)
Parameters
parseNode
IParseNodeThe parse node to use to read the discriminator value and create the object
Returns
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
ISerializationWriterSerialization writer to use to serialize this model