> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# createUserInternal

<div className="kinetica-doxygen">
  <div id="a18095c95d463ec6251216c6dc636667c" />

  <h2 className="memtitle"><span className="permalink"><a href="#a18095c95d463ec6251216c6dc636667c">◆ </a></span>createUserInternal() <span className="overload">\[1/2]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="mlabels">
        <tr>
          <td className="mlabels-left">
            <table className="memname">
              <tr>
                <td className="memname"><a className="el" href="/content/api/cs/classkinetica_1_1CreateUserInternalResponse">CreateUserInternalResponse</a> kinetica.Kinetica.createUserInternal </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1CreateUserInternalRequest">CreateUserInternalRequest</a></td>
                <td className="paramname"><span className="paramname"><span className="em">request\_</span></span></td>
                <td>)</td>

                <td />
              </tr>
            </table>
          </td>

          <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Creates a new internal user (a user whose credentials are managed by the database system). </p>

      <div className="dl params">
        <div className="dt">Parameters</div>

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">request\_</td>
              <td>Request object containing the parameters for the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd">Response object containing the result of the operation. </div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs#L30966">30966</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs">KineticaFunctions.cs</a>.</p>
    </div>
  </div>

  <div id="a84693deb432c1764cd7144c3fcd14f44" />

  <h2 className="memtitle"><span className="permalink"><a href="#a84693deb432c1764cd7144c3fcd14f44">◆ </a></span>createUserInternal() <span className="overload">\[2/2]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="mlabels">
        <tr>
          <td className="mlabels-left">
            <table className="memname">
              <tr>
                <td className="memname"><a className="el" href="/content/api/cs/classkinetica_1_1CreateUserInternalResponse">CreateUserInternalResponse</a> kinetica.Kinetica.createUserInternal </td>
                <td>(</td>
                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">name</span></span>, </td>
              </tr>

              <tr>
                <td className="paramkey" />

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">password</span></span>, </td>
              </tr>

              <tr>
                <td className="paramkey" />

                <td />

                <td className="paramtype">IDictionary\< string, string ></td>
                <td className="paramname"><span className="paramname"><span className="em">options</span></span><span className="paramdefsep"> = </span><span className="paramdefval">null</span> )</td>
              </tr>
            </table>
          </td>

          <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Creates a new internal user (a user whose credentials are managed by the database system). </p>

      <div className="dl params">
        <div className="dt">Parameters</div>

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">name</td>
              <td>Name of the user to be created. Must contain only lowercase letters, digits, and underscores, and cannot begin with a digit. Must not be the same name as an existing user or role.</td>
            </tr>

            <tr>
              <td className="paramname">password</td>
              <td>Initial password of the user to be created. May be an empty string for no password.</td>
            </tr>

            <tr>
              <td className="paramname">options</td>

              <td>
                Optional parameters.

                <ul>
                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1CreateUserInternalRequest_1_1Options#aea0d61ff07a6b7afed33670e2a2462e2">ACTIVATED</a>: Is the user allowed to login. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateUserInternalRequest_1_1Options#ab6fb042f381c84f47aaec105e3e6389c">TRUE</a>: User may login. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateUserInternalRequest_1_1Options#a4523a0dcb06cb9954f9a84c8bef3d810">FALSE</a>: User may not login. </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1CreateUserInternalRequest_1_1Options#ab6fb042f381c84f47aaec105e3e6389c">TRUE</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1CreateUserInternalRequest_1_1Options#a07a1644a556389ebe9b4eb05bb973951">CREATE\_HOME\_DIRECTORY</a>: When <a className="el" href="/content/api/cs/structkinetica_1_1CreateUserInternalRequest_1_1Options#ab6fb042f381c84f47aaec105e3e6389c">TRUE</a>, a home directory in KiFS is created for this user. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateUserInternalRequest_1_1Options#ab6fb042f381c84f47aaec105e3e6389c">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateUserInternalRequest_1_1Options#a4523a0dcb06cb9954f9a84c8bef3d810">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1CreateUserInternalRequest_1_1Options#ab6fb042f381c84f47aaec105e3e6389c">TRUE</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateUserInternalRequest_1_1Options#a2cbf165c621ee62a25555d2bcae89d73">DEFAULT\_SCHEMA</a>: Default schema to associate with this user. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateUserInternalRequest_1_1Options#ad5386c2a160ec9629f0b45708df1f08c">DIRECTORY\_DATA\_LIMIT</a>: The maximum capacity to apply to the created directory if <a className="el" href="/content/api/cs/structkinetica_1_1CreateUserInternalRequest_1_1Options#a07a1644a556389ebe9b4eb05bb973951">CREATE\_HOME\_DIRECTORY</a> is <a className="el" href="/content/api/cs/structkinetica_1_1CreateUserInternalRequest_1_1Options#ab6fb042f381c84f47aaec105e3e6389c">TRUE</a>. Set to -1 to indicate no upper limit. If empty, the system default limit is applied. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateUserInternalRequest_1_1Options#a452f2e0a33614ecc74461c7056757c3f">RESOURCE\_GROUP</a>: Name of an existing resource group to associate with this user. </li>
                </ul>

                The default value is an empty Dictionary.
              </td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd">Response object containing the result of the operation. </div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs#L31078">31078</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs">KineticaFunctions.cs</a>.</p>
    </div>
  </div>

  <div id="ace5af574ac4414b10e37bdd66124d5d2" />

  <h2 className="memtitle"><span className="permalink"><a href="#ace5af574ac4414b10e37bdd66124d5d2">◆ </a></span>CreateUserInternalAsync() <span className="overload">\[1/2]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="mlabels">
        <tr>
          <td className="mlabels-left">
            <table className="memname">
              <tr>
                <td className="memname">async System.Threading.Tasks.Task\< <a className="el" href="/content/api/cs/classkinetica_1_1CreateUserInternalResponse">CreateUserInternalResponse</a> > kinetica.Kinetica.CreateUserInternalAsync </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1CreateUserInternalRequest">CreateUserInternalRequest</a></td>
                <td className="paramname"><span className="paramname"><span className="em">request\_</span></span>, </td>
              </tr>

              <tr>
                <td className="paramkey" />

                <td />

                <td className="paramtype">System.Threading.CancellationToken</td>
                <td className="paramname"><span className="paramname"><span className="em">cancellationToken</span></span><span className="paramdefsep"> = </span><span className="paramdefval">default</span> )</td>
              </tr>
            </table>
          </td>

          <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Creates a new internal user (a user whose credentials are managed by the database system). </p>
      <p>(async)</p>

      <div className="dl params">
        <div className="dt">Parameters</div>

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">request\_</td>
              <td>Request object containing the parameters for the operation.</td>
            </tr>

            <tr>
              <td className="paramname">cancellationToken</td>
              <td>Cancellation token to cancel the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd">Task that returns the response object containing the result of the operation.</div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs#L30982">30982</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs">KineticaFunctions.cs</a>.</p>
    </div>
  </div>

  <div id="a950777a097db7da657635baadba73bda" />

  <h2 className="memtitle"><span className="permalink"><a href="#a950777a097db7da657635baadba73bda">◆ </a></span>CreateUserInternalAsync() <span className="overload">\[2/2]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="mlabels">
        <tr>
          <td className="mlabels-left">
            <table className="memname">
              <tr>
                <td className="memname">async System.Threading.Tasks.Task\< <a className="el" href="/content/api/cs/classkinetica_1_1CreateUserInternalResponse">CreateUserInternalResponse</a> > kinetica.Kinetica.CreateUserInternalAsync </td>
                <td>(</td>
                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">name</span></span>, </td>
              </tr>

              <tr>
                <td className="paramkey" />

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">password</span></span>, </td>
              </tr>

              <tr>
                <td className="paramkey" />

                <td />

                <td className="paramtype">IDictionary\< string, string ></td>
                <td className="paramname"><span className="paramname"><span className="em">options</span></span><span className="paramdefsep"> = </span><span className="paramdefval">null</span>, </td>
              </tr>

              <tr>
                <td className="paramkey" />

                <td />

                <td className="paramtype">System.Threading.CancellationToken</td>
                <td className="paramname"><span className="paramname"><span className="em">cancellationToken</span></span><span className="paramdefsep"> = </span><span className="paramdefval">default</span> )</td>
              </tr>
            </table>
          </td>

          <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Creates a new internal user (a user whose credentials are managed by the database system). </p>
      <p>(async)</p>

      <div className="dl params">
        <div className="dt">Parameters</div>

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">name</td>
              <td>Name of the user to be created. Must contain only lowercase letters, digits, and underscores, and cannot begin with a digit. Must not be the same name as an existing user or role.</td>
            </tr>

            <tr>
              <td className="paramname">password</td>
              <td>Initial password of the user to be created. May be an empty string for no password.</td>
            </tr>

            <tr>
              <td className="paramname">options</td>

              <td>
                Optional parameters.

                <ul>
                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1CreateUserInternalRequest_1_1Options#aea0d61ff07a6b7afed33670e2a2462e2">ACTIVATED</a>: Is the user allowed to login. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateUserInternalRequest_1_1Options#ab6fb042f381c84f47aaec105e3e6389c">TRUE</a>: User may login. </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateUserInternalRequest_1_1Options#a4523a0dcb06cb9954f9a84c8bef3d810">FALSE</a>: User may not login. </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1CreateUserInternalRequest_1_1Options#ab6fb042f381c84f47aaec105e3e6389c">TRUE</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cs/structkinetica_1_1CreateUserInternalRequest_1_1Options#a07a1644a556389ebe9b4eb05bb973951">CREATE\_HOME\_DIRECTORY</a>: When <a className="el" href="/content/api/cs/structkinetica_1_1CreateUserInternalRequest_1_1Options#ab6fb042f381c84f47aaec105e3e6389c">TRUE</a>, a home directory in KiFS is created for this user. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateUserInternalRequest_1_1Options#ab6fb042f381c84f47aaec105e3e6389c">TRUE</a> </li>
                      <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateUserInternalRequest_1_1Options#a4523a0dcb06cb9954f9a84c8bef3d810">FALSE</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cs/structkinetica_1_1CreateUserInternalRequest_1_1Options#ab6fb042f381c84f47aaec105e3e6389c">TRUE</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateUserInternalRequest_1_1Options#a2cbf165c621ee62a25555d2bcae89d73">DEFAULT\_SCHEMA</a>: Default schema to associate with this user. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateUserInternalRequest_1_1Options#ad5386c2a160ec9629f0b45708df1f08c">DIRECTORY\_DATA\_LIMIT</a>: The maximum capacity to apply to the created directory if <a className="el" href="/content/api/cs/structkinetica_1_1CreateUserInternalRequest_1_1Options#a07a1644a556389ebe9b4eb05bb973951">CREATE\_HOME\_DIRECTORY</a> is <a className="el" href="/content/api/cs/structkinetica_1_1CreateUserInternalRequest_1_1Options#ab6fb042f381c84f47aaec105e3e6389c">TRUE</a>. Set to -1 to indicate no upper limit. If empty, the system default limit is applied. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1CreateUserInternalRequest_1_1Options#a452f2e0a33614ecc74461c7056757c3f">RESOURCE\_GROUP</a>: Name of an existing resource group to associate with this user. </li>
                </ul>

                The default value is an empty Dictionary.
              </td>
            </tr>

            <tr>
              <td className="paramname">cancellationToken</td>
              <td>Cancellation token to cancel the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd">Task that returns the response object containing the result of the operation.</div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs#L31175">31175</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs">KineticaFunctions.cs</a>.</p>
    </div>
  </div>
</div>
