dfd5d25910
This patch adds a new user response attribute, password_expires_at, to the Identity API v3 documentation. Passord expires validation implementation: https://review.openstack.org/333360 Depends-On: I07c10de627898d6ac79578dc24292ded4a2190f1 Partially-implements: blueprint pci-dss Change-Id: I37136f79488d7469f0b8b24e3f5628899e40cac0
31 lines
922 B
JSON
31 lines
922 B
JSON
{
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/groups/9ce0ad4e58a84d7a97b92f7955d10c92/users",
|
|
"previous": null,
|
|
"next": null
|
|
},
|
|
"users": [
|
|
{
|
|
"domain_id": "default",
|
|
"description": null,
|
|
"enabled": true,
|
|
"id": "acd565a08293c1e48bc0dd0d72ad5d5d"
|
|
"name": "Henry",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/users/acd565a08293c1e48bc0dd0d72ad5d5d"
|
|
}
|
|
},
|
|
{
|
|
"domain_id": "default",
|
|
"description": null,
|
|
"enabled": true,
|
|
"id": "fff603a0829d41e48bc0dd0d72ad61ce",
|
|
"name": "Paul",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/users/fff603a0829d41e48bc0dd0d72ad61ce"
|
|
},
|
|
"password_expires_at": "2016-11-06T15:32:17.000000"
|
|
}
|
|
]
|
|
}
|