list_business_units
Retrieve and display all business units from the SD Elements platform using paginated results for efficient data management and integration.
Instructions
List all business units
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page_size | No | Number of results per page (optional) |
Input Schema (JSON Schema)
{
"properties": {
"page_size": {
"description": "Number of results per page (optional)",
"type": "integer"
}
},
"type": "object"
}