Skip to end of banner
Go to start of banner

Potential Personal data: List of FOLIO attributes

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

The list of FOLIO attributes/elements that could potentially be considered personal data are contained in the Users module (link to documentation below).

https://dev.folio.org/reference/api/#users

users/mod-users/users.raml

attributedescriptionexampleformat
usernameid name given to patron by system or institution jhandeystring                  
idunique id number given to patron by system or institution7261ecaae3a74dc68b468e12a70b1aecstring
personal/lastNamelast name of patronHandeystring
personal/firstNamefirst name of patronJackstring
personal/middleNamemiddle name of patron (if any)Michaelstring
personal/dateOfBirthbirth date of patron1965-07-08 (year/mo/day format or year/day/mo format?)date
personal/phonepatron's phone number+1 (212) 567-8912string
personal/mobilePhonepatron's mobile phone number+1 (212) 678-9123string
personal/emailpatron's email address

jhandey@biglibrary.org

string
personal/addresses/descriptionType of physical addresses associated with the userpermanent OR temporary OR some other sort?array
personal/addresses/idA unique id for this address given by system or institution
string
personal/addresses/countryIdThe country code for this address (ISO codes? system codes?)
string
personal/addresses/addressLine1First line of patron's address1001 Sunrise Blvd.string
personal/addresses/addressLine2Second line of patron's addressApt. 2Dstring
personal/addresses/cityName of city associated with addressTombstonestring
personal/addresses/regionName of region or state associated with addressAZ (Arizona)string
personal/addresses/postalCodePostal code associated with address85638string
personal/addresses/addressTypeIDA UUID that corresponds with an address type object
string
personal/addresses/primary AddressIs this the user's primary address?Yes OR NoBoolean

Additional addresses on file?

There are a few attributes in other sub-modules of user, such as mod-users/groups (group descriptors) and in modfees-fines (userID, ownerID), but these may be copies or subsets of attributes from mod-users/users.raml.

  • No labels