Get sessions for current user.

External Documentation

To learn more, visit the Delinea documentation.

Example Output

{
	"batchCount": 0,
	"currentPage": 0,
	"hasNext": true,
	"hasPrev": true,
	"nextSkip": 0,
	"pageCount": 0,
	"prevSkip": 0,
	"records": [
		{
			"browser": "string",
			"current": true,
			"ipAddress": "string",
			"loginDate": "2019-08-24T14:15:22Z",
			"userSessionId": 0
		}
	],
	"severity": "None",
	"skip": 0,
	"sortBy": [
		{
			"direction": "None",
			"name": "string",
			"priority": 0
		}
	],
	"success": true,
	"take": 0,
	"total": 0
}

Workflow Library Example

Get Current User Sessions with Delinea and Send Results Via Email

Preview this Workflow on desktop

Get sessions for current user.

External Documentation

To learn more, visit the Delinea documentation.

Example Output

{
	"batchCount": 0,
	"currentPage": 0,
	"hasNext": true,
	"hasPrev": true,
	"nextSkip": 0,
	"pageCount": 0,
	"prevSkip": 0,
	"records": [
		{
			"browser": "string",
			"current": true,
			"ipAddress": "string",
			"loginDate": "2019-08-24T14:15:22Z",
			"userSessionId": 0
		}
	],
	"severity": "None",
	"skip": 0,
	"sortBy": [
		{
			"direction": "None",
			"name": "string",
			"priority": 0
		}
	],
	"success": true,
	"take": 0,
	"total": 0
}

Workflow Library Example

Get Current User Sessions with Delinea and Send Results Via Email

Preview this Workflow on desktop