From e0d819aaa6f78f90242736e03310324efe063293 Mon Sep 17 00:00:00 2001 From: dietmaroc Date: Tue, 24 Sep 2013 02:11:51 +0200 Subject: [PATCH] Update introduction.rst --- intro_manual/introduction.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/intro_manual/introduction.rst b/intro_manual/introduction.rst index c47983d3d..3e97cb75f 100644 --- a/intro_manual/introduction.rst +++ b/intro_manual/introduction.rst @@ -174,6 +174,7 @@ users / adduser =============== Create a new user on the cloud server. Only authenticated administrator users are allowed to access this method. Authentication is done by sending a basic HTTP authentication header. + * syntax: /v1/cloud/users * HTTP method: POST * POST argument: userid - string, the required username for the new user @@ -192,7 +193,7 @@ Example: * Creates the user 'Frank' with password 'frankspassword' * And the following XML-output - +.. code-block:: **XML-Output**