To learn more, visit the Delinea documentation.

Parameters

ParameterDescription
User IDUser ID. Can be retrieved from the ‘List Users’ action.

Example Output

{    "batchCount": 0,    "currentPage": 0,    "hasNext": true,    "hasPrev": true,    "nextSkip": 0,    "pageCount": 0,    "prevSkip": 0,    "records": [        {            "displayName": "string",            "enabled": true,            "groupDomainId": 0,            "groupDomainName": "string",            "groupId": 0,            "groupName": "string",            "userDomainId": 0,            "userDomainName": "string",            "userId": 0,            "userName": "string"        }    ],    "severity": "None",    "skip": 0,    "sortBy": [        {            "direction": "None",            "name": "string",            "priority": 0        }    ],    "success": true,    "take": 0,    "total": 0}

Workflow Library Example

Get User Groups with Delinea and Send Results Via Email

Preview this Workflow on desktop