External DocumentationTo learn more, visit the Delinea documentation.
Parameters
Example Output
Workflow Library Example
Get User Teams with Delinea and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Max Records | Maximum number of records to include in results. |
| User ID | User ID. Can be retrieved from the ‘List Users’ action. |
{
"batchCount": 0,
"currentPage": 0,
"hasNext": true,
"hasPrev": true,
"nextSkip": 0,
"pageCount": 0,
"prevSkip": 0,
"records": [
{
"active": true,
"domainId": 0,
"isDirectlyAssigned": true,
"teamDescription": "string",
"teamGroupMemberships": [
{
"groupId": 0,
"groupName": "string",
"isPersonal": true,
"teamId": 0
}
],
"teamId": 0,
"teamName": "string"
}
],
"severity": "None",
"skip": 0,
"sortBy": [
{
"direction": "None",
"name": "string",
"priority": 0
}
],
"success": true,
"take": 0,
"total": 0
}
Was this page helpful?