dex/static/fixtures/users.json.sample

16 lines
300 B
Text
Raw Normal View History

2015-08-18 05:57:27 +05:30
[
{
"user":{
"id": "elroy-id",
"email": "elroy77@example.com",
2015-08-18 05:57:27 +05:30
"displayName": "Elroy Jonez"
},
"remoteIdentities": [
{
"connectorId": "local",
2015-08-18 05:57:27 +05:30
"id": "elroy-id"
}
]
}
]