Search Results for

    Show / Hide Table of Contents

    Class UserEnterprise

    Inheritance
    object
    UserBase
    UserEnterprise
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.Users
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class UserEnterprise : UserBase

    Properties

    | Edit this page View Source

    AvatarUrl

    Declaration
    [JsonProperty("avatarUrl")]
    public string AvatarUrl { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    CreatedAt

    Declaration
    [JsonProperty("createdAt")]
    public DateTimeOffset CreatedAt { get; set; }
    Property Value
    Type Description
    DateTimeOffset
    | Edit this page View Source

    Email

    Declaration
    [JsonProperty("email")]
    public string Email { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    FirstName

    Declaration
    [JsonProperty("firstName")]
    public string FirstName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Id

    Declaration
    [JsonProperty("id")]
    public long Id { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    IsAdmin

    Declaration
    [JsonProperty("isAdmin")]
    public bool IsAdmin { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    LastName

    Declaration
    [JsonProperty("lastName")]
    public string LastName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    LastSeen

    Declaration
    [JsonProperty("lastSeen")]
    public DateTimeOffset? LastSeen { get; set; }
    Property Value
    Type Description
    DateTimeOffset?
    | Edit this page View Source

    Status

    Declaration
    [JsonProperty("status")]
    public UserStatus Status { get; set; }
    Property Value
    Type Description
    UserStatus
    | Edit this page View Source

    TimeZone

    Declaration
    [JsonProperty("timezone")]
    public string TimeZone { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TwoFactor

    Declaration
    [JsonProperty("twoFactor")]
    public UserTwoFactorStatus TwoFactor { get; set; }
    Property Value
    Type Description
    UserTwoFactorStatus
    | Edit this page View Source

    Username

    Declaration
    [JsonProperty("username")]
    public string Username { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX