Find a User Associated with a CUC Device Model

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 to which the device model is associated. The VOSS Automate search function can be used to find this associated user information.

Perform these steps:

  1. Choose Overbuild > Device Models.

  2. Click the desired CUC device model in the menu. A list of the CUC device models appears.

  3. Click the desired device model instance.

  4. In the CUC device model output, find the field Subscriber Object ID.

  5. In the search box at the top right of the Admin Portal, type this string:

    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 VOSS 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