users.csv Headers

RapidIdentity Platform Documentation

Solution
Application
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US

A quick explanation of the different columns expected in the users.csv tab.

Column Field HeaderRequiredFormatDescription
sourcedIdYesGUIDUnique ID for the user. SourcedId is used in other files and must be unique across all users.
statusYes for DeltaEnumerationSee section 4.13.8 (OneRoster, 20a) for the enumeration list. This must NOT be used for Bulk mode.
dateLastModifiedYes for DeltaDateTimeThe date that this record was last modified. This must NOT be used for Bulk mode.
enabledUserYesEnumerationPermitted values: { "true" or "false" }. "false" denotes that the user is an active record but system access is curtailed according to the local administration rules.
orgSourcedIdsYesList of GUID ReferencesSourcedIds of the Orgs to which this user belongs. Note that in most cases, it is expected that users will belong to a single school.
roleYesEnumerationSee section 4.13.5 (OneRoster, 20a) for the enumeration list.
usernameYesStringUser name
userIdsNoList of StringsExternal machine-readable ID (e.g. LDAP id, LTI id) for this user. The ID must be accompanied by a type to indicate the nature of the Identifier. The Type and ID values are enclosed in '{}' with a colon used to separate the values. If more than one userId is needed, use double quotes, and separate with commas (per RFC 4180). Examples: {LDAP:Id}"{LDAP:Id},{LTI:Id},{Fed:Id}"
givenNameYesStringUser's first name
familyNameYesStringUser's surname
middleNameNoStringUser's middle name(s). If more than one, they are separated by space.
identifierNoStringIdentifier for the user with a human readable meaning.
emailNoStringEmail address for the user.
smsNoStringSMS address for the user.
phoneNoStringPhone number for the user.
agentSourcedIdsNoList of GUID ReferencesSourcedIds of the users to which the user has a relationship. If multiple IDs are required, then use double quotes and separate with commas. Note: In most cases, this will be for indicating parental relationships.
gradesNoStringGrade(s) for which a user with the role "student" is enrolled. The permitted vocabulary is from CEDS (Version 5) for the "Entry Grade Level" element: https://ceds.ed.gov/elements.aspx.
passwordNoStringThe password for the user. This may or may not be an encrypted string. If encrypted, the systems processing must be aware of the encryption method.