I am trying to use the API to add a host, then a password and then link it to that host.
I want the account to appear as the "RDP linked Credential"
I first check if the host exists, if not it gets created. This works fine and I get my HostID.
I then create the credential, I am specifying "HostName" which is a match for the Host object that I created.
If I now try to delete my Host, it will tell me that there is a linked account.
So in my mind, this has worked. However, from the RDP Linked credentials drop down, there are no items found and I still need to search for this account manually.
How can I get the accounts linked for RDP via the API?