summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdwin Kempin <edwin.kempin@sap.com>2013-10-16 14:14:54 +0200
committerEdwin Kempin <edwin.kempin@sap.com>2013-10-16 14:14:54 +0200
commita13c5b8ee2ab312a19c1fc2b735a1725803d6179 (patch)
treeeed90aa9b6144849645b9cd7a1645b82057b3418
parente1537dcce33ab1b59f4da0aaf271b6ddd5d9aa33 (diff)
AccountInfo: Link to how detailed account information is requested
Some fields in AccountInfo are only included if detailed account information is requested. Link to the option that includes detailed account information so that readers know how these fields can be retrieved. Change-Id: I6d209469942549ffe4e5626ebc8604963899f29a Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
-rw-r--r--Documentation/rest-api-accounts.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/Documentation/rest-api-accounts.txt b/Documentation/rest-api-accounts.txt
index 7db83a412c..02bb5493b0 100644
--- a/Documentation/rest-api-accounts.txt
+++ b/Documentation/rest-api-accounts.txt
@@ -977,12 +977,15 @@ The `AccountInfo` entity contains information about an account.
|Field Name ||Description
|`_account_id` ||The numeric ID of the account.
|`name` |optional|The full name of the user. +
-Only set if detailed account information is requested.
+Only set if link:rest-api-changes.html#detailed-accounts[detailed
+account information] is requested.
|`email` |optional|
The email address the user prefers to be contacted through. +
-Only set if detailed account information is requested.
+Only set if link:rest-api-changes.html#detailed-accounts[detailed
+account information] is requested.
|`username` |optional|The username of the user. +
-Only set if detailed account information is requested.
+Only set if link:rest-api-changes.html#detailed-accounts[detailed
+account information] is requested.
|===========================
[[account-input]]