Skip to content

Instantly share code, notes, and snippets.

@JameelB
Last active February 6, 2019 20:16
Show Gist options
  • Save JameelB/da0a082cade4c7a19c966bba2869743c to your computer and use it in GitHub Desktop.
Save JameelB/da0a082cade4c7a19c966bba2869743c to your computer and use it in GitHub Desktop.
{ "users": [
{
"username": "jdoe",
"enabled": true,
"email": "johndoe@example.com",
"firstName": "John",
"lastName": "Doe",
"realmRoles": ["offline_access", "uma_authorization"],
"clientRoles": {
"account": ["manage-account", "view-profile"]
},
"groups": [],
"attributes": {},
"credentials": [{
"type" : "password",
"value" : "Password1"
}]
},
{
"username": "msmith",
"enabled": true,
"email": "marysmith@example.com",
"firstName": "Mary",
"lastName": "Smith",
"realmRoles": ["offline_access", "uma_authorization"],
"clientRoles": {
"account": ["manage-account", "view-profile"]
},
"groups": [],
"attributes": {},
"credentials": [{
"type" : "password",
"value" : "Password1"
}]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment