ListUsersRequest: {
    mfa?: boolean;
    orderBy?: IAM.v1alpha1.ListUsersRequestOrderBy;
    organizationId?: string;
    page?: number;
    pageSize?: number;
    tag?: string;
    userIds?: string[];
}

Type declaration

  • Optionalmfa?: boolean

    Filter by MFA status.

  • OptionalorderBy?: IAM.v1alpha1.ListUsersRequestOrderBy

    Criteria for sorting results.

  • OptionalorganizationId?: string

    ID of the Organization to filter.

  • Optionalpage?: number

    Page number. Value must be greater or equal to 1.

  • OptionalpageSize?: number

    Number of results per page. Value must be between 1 and 100.

  • Optionaltag?: string

    Filter by tags containing a given string.

  • OptionaluserIds?: string[]

    Filter by list of IDs.