upservice_get_directory
Get directory details from Upservice by specifying the directory ID. Outputs the directory record as JSON.
Instructions
Retrieve a single directory by ID.
Args: params (DirectoryIdInput): directory_id (int)
Returns: str: JSON of the directory record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |