Тема: Checking if account name and user name are globally unique
Hi All,
I noticed that the create_user and create_resource APIs will fail if the name parameter supplied is not unique across all Wialon accounts. Is there a way to check the uniqueness of a user name or resource name across all Wialon accounts? I tried using search_items API before calling create_resource or create_user, but it only checks the uniqueness in the account for which the session ID used in search_items API call was generated.