Aristotle account information is provided in JSON format, which consists of
[
{
"id": "",
"username": "",
"status": "",
"name": "",
"email": "",
"identity_provider": ",
"organization": "",
"projects": ["", "",....]
},
]
For example:
[
{
"id": "99aa6ac7-8345-4743-a535-a179778cc13c",
"username": "jed123@cornell.edu",
"status": "used",
"name": "John E. Doe",
"email": "jed123@cornell.edu",
"identity_provider": "41143743-f3c8-4d60-bbdb-eeecaba85bd9",
"organization": "Cornell University"
"projects": ["aristotle0001", "aristotle0002"]
},
]
Account information is access via a JSON file locked down to access by member site administrators.