Skip to content

Instantly share code, notes, and snippets.

@ankona
Created October 24, 2014 19:19
Show Gist options
  • Save ankona/e485c79dc2a7ce1765f6 to your computer and use it in GitHub Desktop.
Save ankona/e485c79dc2a7ce1765f6 to your computer and use it in GitHub Desktop.
new dbparticipant json
{
"client_sys_id": "TestInstructor",
"email": "instructor@test.com",
"first_name": "Test",
"last_name": "Instructor",
"role_id": "1",
"username": "Instructor"
}
{
"client_sys_id": "TestStudent",
"email": "student@test.com",
"first_name": "Test",
"last_name": "Student",
"role_id": "2",
"username": "TestStudent"
}
{
"client_sys_id": "TestModerator",
"email": "moderator@test.com",
"first_name": "Test",
"last_name": "Moderator",
"role_id": "3",
"username": "Moderator"
}
{
"client_sys_id": "TestAdmin",
"email": "Admin@test.com",
"first_name": "Test",
"last_name": "Admin",
"role_id": "4",
"username": "Admin"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment