<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://help.rcampus.com/index.php?action=history&amp;feed=atom&amp;title=Importing_Users</id>
	<title>Importing Users - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://help.rcampus.com/index.php?action=history&amp;feed=atom&amp;title=Importing_Users"/>
	<link rel="alternate" type="text/html" href="https://help.rcampus.com/index.php?title=Importing_Users&amp;action=history"/>
	<updated>2026-06-09T07:10:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.0</generator>
	<entry>
		<id>https://help.rcampus.com/index.php?title=Importing_Users&amp;diff=6375&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;= Importing Users =  The &lt;code&gt;user.csv&lt;/code&gt; file creates or updates user accounts in RCampus. Each row represents one user. This file is typically uploaded daily as part of...&quot;</title>
		<link rel="alternate" type="text/html" href="https://help.rcampus.com/index.php?title=Importing_Users&amp;diff=6375&amp;oldid=prev"/>
		<updated>2026-05-06T15:57:13Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= Importing Users =  The &amp;lt;code&amp;gt;user.csv&amp;lt;/code&amp;gt; file creates or updates user accounts in RCampus. Each row represents one user. This file is typically uploaded daily as part of...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Importing Users =&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;user.csv&amp;lt;/code&amp;gt; file creates or updates user accounts in RCampus. Each row represents one user. This file is typically uploaded daily as part of the [[Panda SFTP Integration]] or provided manually through the RCampus administrative interface.&lt;br /&gt;
&lt;br /&gt;
For a general explanation of how RCampus import files are structured, see [[Importing Data to RCampus]].&lt;br /&gt;
&lt;br /&gt;
== File: user.csv ==&lt;br /&gt;
&lt;br /&gt;
=== Record Format ===&lt;br /&gt;
&lt;br /&gt;
Each row contains 9 comma-separated fields:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
user,&amp;quot;{UserID}&amp;quot;,&amp;quot;{Username}&amp;quot;,&amp;quot;{Password}&amp;quot;,&amp;quot;{FirstName}&amp;quot;,&amp;quot;{LastName}&amp;quot;,&amp;quot;{Email}&amp;quot;,&amp;quot;{UserType}&amp;quot;,&amp;quot;{UserStatus}&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
user,&amp;quot;K9999999&amp;quot;,&amp;quot;mattiep&amp;quot;,&amp;quot;&amp;quot;,&amp;quot;Melinda&amp;quot;,&amp;quot;Legette&amp;quot;,&amp;quot;&amp;quot;,&amp;quot;2&amp;quot;,&amp;quot;1&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Field Reference ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Position !! Field !! Description !! Notes&lt;br /&gt;
|-&lt;br /&gt;
| 1 || Record type || Literal value: &amp;lt;code&amp;gt;user&amp;lt;/code&amp;gt; || Hardcoded; same on every row&lt;br /&gt;
|-&lt;br /&gt;
| 2 || UserID || Unique student identifier || Must match an ID from &amp;lt;code&amp;gt;students.csv&amp;lt;/code&amp;gt; (automated) or existing RCampus records (manual)&lt;br /&gt;
|-&lt;br /&gt;
| 3 || Username || Institutional login username || May be blank&lt;br /&gt;
|-&lt;br /&gt;
| 4 || Password || Account password || Typically blank (&amp;lt;code&amp;gt;&amp;quot;&amp;quot;&amp;lt;/code&amp;gt;) unless your process requires it&lt;br /&gt;
|-&lt;br /&gt;
| 5 || FirstName || Student&amp;#039;s first name ||&lt;br /&gt;
|-&lt;br /&gt;
| 6 || LastName || Student&amp;#039;s last name ||&lt;br /&gt;
|-&lt;br /&gt;
| 7 || Email || Student&amp;#039;s email address || May be blank&lt;br /&gt;
|-&lt;br /&gt;
| 8 || UserType || Coded value identifying the account type || See [[#UserType Codes|UserType Codes]] below&lt;br /&gt;
|-&lt;br /&gt;
| 9 || UserStatus || Coded value identifying the account status || See [[#UserStatus Codes|UserStatus Codes]] below&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== UserType Codes ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Code !! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt; || Unknown / invalid&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt; || Employee (faculty, staff, or advisor)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;2&amp;lt;/code&amp;gt; || Student&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== UserStatus Codes ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Code !! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt; || Unknown&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt; || Active (AS)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;2&amp;lt;/code&amp;gt; || Inactive (IS)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;3&amp;lt;/code&amp;gt; || Inactive Graduate (IG)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;10&amp;lt;/code&amp;gt; || Faculty / staff / advisor — records with this status are skipped during student demographic imports&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Key Points ==&lt;br /&gt;
&lt;br /&gt;
* One row per user.&lt;br /&gt;
* The UserID must match a student ID provided by RCampus (for automated imports) or an existing record (for manual imports). Records with unrecognized IDs will not be processed.&lt;br /&gt;
* Sending a row for an existing UserID &amp;#039;&amp;#039;&amp;#039;updates&amp;#039;&amp;#039;&amp;#039; that user&amp;#039;s record. Sending a row for a new UserID &amp;#039;&amp;#039;&amp;#039;creates&amp;#039;&amp;#039;&amp;#039; a new account.&lt;br /&gt;
* Fields that are not required for your institution may be left blank using empty double quotes (&amp;lt;code&amp;gt;&amp;quot;&amp;quot;&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*{{Import see also}}&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>