We already allow for tenant names to be specified as a part of uid in
the adminops api, mention this. Also mention about ``tenant`` in the
json response we send.
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
:Type: String
:Example: ``foo_user``
:Required: Yes
+A tenant name may also specified as a part of ``uid``, by following the syntax ``tenant$user``, refer to `Multitenancy`_ for more details.
``display-name``
:Description: A container for the user data information.
:Type: Container
+``tenant``
+:Description: The tenant which user is a part of
+:Type: String
+:Parent: ``user``
+
``user_id``
:Description: The user id.
.. _Admin Guide: ../admin
.. _Quota Management: ../admin#quota-management
+.. _Multitenancy: ./multitenancy