Workspace Team Directory API returns a Workspace Team Directory (List of users having access with roles to the workspace). Extract the session id from the xml of the login API Call <Sessionid> tag from the resultant xml to execute Workspace Team Directory API Service
Usage Rules
User must have been logged in to Asite Platform using Login API
User must have executed Workspace list API to get the URI for team
directory
Use the following cURL command to view the Workspace Team Directory
curl --cacert "<certificate filepath>\AsiteAPI.cer" --cookie ASessionID="<session ID from the resultant XML of Login API call> <URI tag value for teamdirectory API call from the resultant XML of workspacelist API call >
Input Parameters
Parameter Name |
Description |
--cacert |
Asite certificate file path |
ASessionID |
session ID from the resultant XML of Login API call> |
<URI> |
URI tag value for teamdirectory API call from the resultant XML of workspacelist API call |
Click here for detailed help on Asite API Services.
Useful Links:
Incomplete Form actions API Service