.. _find-a-user-associated-with-a-cuc-device-model:

Locate a user associated with a CUC device model
----------------------------------------------------

:bdg-primary:`Cisco`


.. tip:: 

   :ref:`use-action-search-to-navigate-automate`


The CUC device models use internal UUID references to the CUC user
objects. As a result, most CUC device models do not have a field showing
the ID of the user associated with the device model. You can use Search in Automate 
to find the associated user information.



1. Go to **Device Models**.
2. Click the desired CUC device model in the menu, then view the list of CUC device models that display. 
3. Click the relevant device model instance.
4. In the CUC device model output, find the field Subscriber Object ID.
5. Search for the following string in the Automate Admin Portal. See :ref:`search-concept`
  
   ::

      device/cuc/User WITH object_id like 9b16c8ce-edd9-43c4-9262-c25296d3560b
      
   where 9b16c8ce-edd9-43c4-9262-c25296d3560b would be replaced with the output
   of the Subscriber Object ID.

   The equivalent Automate API request would be:

   ::

      https://<host-or-proxy>/api/tool/Search/?
      format=json&
      device%2Fcuc%2FUser%20
       with%20object_id%20like%20
        9b16c8ce-edd9-43c4-9262-c25296d3560b
