Search Results for

    Show / Hide Table of Contents

    Class EnterpriseUsersListParams

    Inheritance
    System.Object
    EnterpriseUsersListParams
    Implements
    IQueryParamsProvider
    Namespace: Crowdin.Api.Users
    Assembly: Crowdin.Api.dll
    Syntax
    public class EnterpriseUsersListParams : object, IQueryParamsProvider

    Properties

    | Improve this Doc View Source

    GroupIds

    Declaration
    public IEnumerable<int>? GroupIds { get; set; }
    Property Value
    Type Description
    System.Nullable<IEnumerable<System.Int32>>
    | Improve this Doc View Source

    LanguageIds

    Declaration
    public IEnumerable<string>? LanguageIds { get; set; }
    Property Value
    Type Description
    System.Nullable<IEnumerable<System.String>>
    | Improve this Doc View Source

    LastSeenFrom

    Declaration
    public DateTimeOffset? LastSeenFrom { get; set; }
    Property Value
    Type Description
    System.Nullable<DateTimeOffset>
    | Improve this Doc View Source

    LastSeenTo

    Declaration
    public DateTimeOffset? LastSeenTo { get; set; }
    Property Value
    Type Description
    System.Nullable<DateTimeOffset>
    | Improve this Doc View Source

    Limit

    Declaration
    public int Limit { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Offset

    Declaration
    public int Offset { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    OrderBy

    Declaration
    public IEnumerable<SortingRule>? OrderBy { get; set; }
    Property Value
    Type Description
    System.Nullable<IEnumerable<SortingRule>>
    | Improve this Doc View Source

    OrganizationRoles

    Declaration
    public IEnumerable<OrganizationRole>? OrganizationRoles { get; set; }
    Property Value
    Type Description
    System.Nullable<IEnumerable<OrganizationRole>>
    | Improve this Doc View Source

    ProjectIds

    Declaration
    public IEnumerable<int>? ProjectIds { get; set; }
    Property Value
    Type Description
    System.Nullable<IEnumerable<System.Int32>>
    | Improve this Doc View Source

    ProjectRoles

    Declaration
    public IEnumerable<ProjectRole>? ProjectRoles { get; set; }
    Property Value
    Type Description
    System.Nullable<IEnumerable<ProjectRole>>
    | Improve this Doc View Source

    Search

    Declaration
    public string? Search { get; set; }
    Property Value
    Type Description
    System.Nullable<System.String>
    | Improve this Doc View Source

    Status

    Declaration
    public UserStatus? Status { get; set; }
    Property Value
    Type Description
    System.Nullable<UserStatus>
    | Improve this Doc View Source

    TeamId

    Declaration
    public int? TeamId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    TwoFactor

    Declaration
    public UserTwoFactorStatus? TwoFactor { get; set; }
    Property Value
    Type Description
    System.Nullable<UserTwoFactorStatus>

    Methods

    | Improve this Doc View Source

    ToQueryParams()

    Declaration
    public IDictionary<string, string> ToQueryParams()
    Returns
    Type Description
    IDictionary<System.String, System.String>

    Implements

    IQueryParamsProvider
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX