e4c30cb517
The response paramaters for listing users who are members of a group will be added in a later patch, once the users api-ref has been cleaned up. Change-Id: Ib08ac374f9e16aa443cc33253a84a67ab98958d0
28 lines
802 B
JSON
28 lines
802 B
JSON
{
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/groups",
|
|
"previous": null,
|
|
"next": null
|
|
},
|
|
"groups": [
|
|
{
|
|
"description": "non-admin group",
|
|
"domain_id": "default",
|
|
"id": "96372bbb152f475aa37e9a76a25a029c",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/groups/96372bbb152f475aa37e9a76a25a029c"
|
|
},
|
|
"name": "nonadmins"
|
|
},
|
|
{
|
|
"description": "openstack admin group",
|
|
"domain_id": "default",
|
|
"id": "9ce0ad4e58a84d7a97b92f7955d10c92",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/groups/9ce0ad4e58a84d7a97b92f7955d10c92"
|
|
},
|
|
"name": "admins"
|
|
}
|
|
]
|
|
}
|