Last active
January 2, 2019 16:47
-
-
Save shawndeprey/f699ac9c3155ac7c0e339eb4f3d1de02 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"session"=>{ | |
"user_id"=>"2n0", | |
"group_id"=>"GJ", | |
"network_id"=>"6B" | |
}, | |
"users"=>{ | |
"id"=>"2n0", | |
"created_at"=>"2019-01-02T16:43:43.737Z", | |
"updated_at"=>"2019-01-02T16:43:43.737Z", | |
"first_name"=>"Edward", | |
"last_name"=>"Radical", | |
"username"=>"myveryawesometest", | |
"email"=>"[email protected]", | |
"phone_number"=>null, | |
"active"=>true, | |
"verified"=>false | |
}, | |
"groups"=>[ | |
{ | |
"id"=>"GJ", | |
"created_at"=>"2019-01-02T16:43:43.813Z", | |
"updated_at"=>"2019-01-02T16:43:43.813Z", | |
"name"=>"Group 775" | |
} | |
], | |
"networks"=>[ | |
{ | |
"id"=>"6B", | |
"created_at"=>"2019-01-02T16:43:43.765Z", | |
"updated_at"=>"2019-01-02T16:43:43.765Z", | |
"name"=>"Test Net 559" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment