dex/static/fixtures/users.json.sample
2015-08-28 12:43:07 -07:00

16 lines
300 B
Plaintext

[
{
"user":{
"id": "elroy-id",
"email": "elroy77@example.com",
"displayName": "Elroy Jonez"
},
"remoteIdentities": [
{
"connectorId": "local",
"id": "elroy-id"
}
]
}
]