Locate a user associated with a CUC device model#
Only for the Cisco configuration.
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.
Go to Device Models.
Click the desired CUC device model in the menu, then view the list of CUC device models that display.
Click the relevant device model instance.
In the CUC device model output, find the field Subscriber Object ID.
Search for the following string in the Automate Admin Portal. See Search in Automate
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