e7b1163ac9
1.add response example of create user. 2.add 'email' and 'description' info in request example to keep consistent with response example. 3.add usage introduction of 'extra' column. Change-Id: Idb29a73b127111c9651491f1db5b0e91de9e1063
12 lines
262 B
JSON
12 lines
262 B
JSON
{
|
|
"user": {
|
|
"default_project_id": "263fd9",
|
|
"domain_id": "1789d1",
|
|
"enabled": true,
|
|
"name": "James Doe",
|
|
"password": "secretsecret",
|
|
"description": "James Doe user",
|
|
"email": "jdoe@example.com"
|
|
}
|
|
}
|