Users
Tidal Automation (TA) validates login names against its own user database and AD/LDAP.
Typical operations:
-
Creating a new user.
-
Updating an existing user.
-
Enabling a user to make the user active.
-
Copying a user.
-
Deleting a user.
-
Obtaining user LDAP groups.
User Examples
From the browser, issue and click Manual Commands (Post). Test the REST API examples from the Client Manager API post screen that appears. Likewise, error messages and exceptions are displayed for invalid parameters and unsuccessful execution of a request.
Obtaining User LDAP Groups
The Users object provides a method called getLDAPGroups retrieves all user LDAP Groups in the TA system.
<?xml version="1.0" encoding="UTF-8" ?>
<entry xmlns="http://purl.org/atom/ns#">
<tes:Users.getLDAPGroups xmlns:tes="http://www.tidalsoftware.com/client/tesservlet">
<selectColumns></selectColumns>
<queryCondition></queryCondition>
<orderBy></orderBy>
<firstRow></firstRow>
<numRows></numRows>
<changedOnly></changedOnly>
<expandAll></expandAll>
<nodeList></nodeList>
<queryDate></queryDate>
</tes:Users.getLDAPGroups>
</entry>