~jorgew/openstack-manuals/coreUpdates

« back to all changes in this revision

Viewing changes to doc/source/docbkx/incubation/keystone/devguide/src/docbkx/samples/ext-getuser.json

  • Committer: Anne Gentle
  • Date: 2011-08-22 20:00:00 UTC
  • mfrom: (159.2.1 openstack-manuals)
  • Revision ID: anne@openstack.org-20110822200000-ay9i2ousse9om0x2
Resolved conflicts to merge in updated json examples

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
2
2
  "user": {
3
 
    "groups": {
 
3
    "roles": {
4
4
      "values": [
5
5
        {
6
6
          "tenantId": "1234",
8
8
        }
9
9
      ]
10
10
    },
11
 
    "id": "jqsmith",
 
11
    "id": "u1000",
 
12
    "username": "jqsmith",
12
13
    "tenantId": "1234",
13
14
    "email": "john.smith@example.org",
14
15
    "enabled": true,