Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 1.73 KB

installProfileUser_get.rst

File metadata and controls

63 lines (46 loc) · 1.73 KB

installProfileUser_get

.. function:: GET /users/{uid}/appliances/{aid}/installProfile/{ipid}/users/{osuid}

Summary

  • Method: GET
  • Response Code: 200 / 304
  • Response Formats: application/xml application/json
  • Since: UForge 3.4

Retrieves the meta-data information of an OS user registered in an install profile.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

URI Parameters

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/users/{uid}/appliances/{aid}/installProfile/{ipid}/users/{osuid}" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
.. seealso::

         * :ref:`appliance-object`
         * :ref:`applianceinstallprofile-api-resources`
         * :ref:`installProfileGroup-create`
         * :ref:`installProfileGroup-delete`
         * :ref:`installProfileGroup-deleteAll`
         * :ref:`installProfileGroup-get`
         * :ref:`installProfileGroup-getAll`
         * :ref:`installProfileGroup-update`
         * :ref:`installProfileUser-create`
         * :ref:`installProfileUser-delete`
         * :ref:`installProfileUser-deleteAll`
         * :ref:`installProfileUser-getAll`
         * :ref:`installProfileUser-update`
         * :ref:`installprofile-object`
         * :ref:`osgroup-object`
         * :ref:`osuser-object`