Comment 2 for bug 1474284

Revision history for this message
Bajarang Jadhav (bajarangmca) wrote :

Hi Steve,

when I did the listing of users in DomainGroup10, got the following output

curl -i -k -X GET -H "Content-Type: application/json" http://identity/v3/groups/0b72f1dd6f514adb989a752b9a72e005/users -H "X-AUTH-TOKEN:$token"

{"users": [{"links": {"self": "https://identity/v3/users/533979e9b80645799028c51ccec55cce"}, "description": "Sample keystone test user", "name": "fd22", "enabled": true, "id": "533979e9b80645799028c51ccec55cce", "domain_id": "dc1d36c037ac4e47b3b21424f1a13273"}, {"links": {"self": "http://identity/v3/users/8a43e5f3facb4fc2985a18a40de2046e"}, "description": "Sample keystone test user", "name": "fd23", "enabled": true, "id": "8a43e5f3facb4fc2985a18a40de2046e", "domain_id": "default"}], "links": {"self": "https://identity/v3/groups/0b72f1dd6f514adb989a752b9a72e005/users", "previous": null, "next": null}}

 'Domain9' is a domain. 'DomainGroup10' is group in the 'default' domain.