Get a single user by ID.
External DocumentationTo learn more, visit the Delinea documentation.

Parameters

ParameterDescription
Include InactiveWhether to include inactive users in the results.
User IDUser ID. Can be retrieved from the ‘List Users’ action.

Example Output

{
	"adAccountExpires": "2019-08-24T14:15:22Z",
	"adGuid": "string",
	"created": "2019-08-24T14:15:22Z",
	"dateOptionId": 0,
	"displayName": "string",
	"domainId": 0,
	"duoTwoFactor": true,
	"emailAddress": "string",
	"enabled": true,
	"externalUserSource": "None",
	"fido2TwoFactor": true,
	"id": 0,
	"ipAddressRestrictions": [
		{
			"id": 0,
			"ipAddressRestrictionId": 0,
			"ipAddressRestrictionName": "string",
			"userDisplayName": "string",
			"userId": 0,
			"userName": "string"
		}
	],
	"isApplicationAccount": true,
	"isEmailCopiedFromAD": true,
	"isEmailVerified": true,
	"isLockedOut": true,
	"lastLogin": "2019-08-24T14:15:22Z",
	"lastSessionActivity": "2019-08-24T14:15:22Z",
	"lockOutReason": "string",
	"lockOutReasonDescription": "string",
	"loginFailures": 0,
	"mustVerifyEmail": true,
	"oathTwoFactor": true,
	"oathVerified": true,
	"passwordLastChanged": "2019-08-24T14:15:22Z",
	"personalGroupId": 0,
	"platformIntegrationType": "None",
	"radiusTwoFactor": true,
	"radiusUserName": "string",
	"resetSessionStarted": "2019-08-24T14:15:22Z",
	"slackId": "string",
	"timeOptionId": 0,
	"twoFactor": true,
	"unixAuthenticationMethod": "Password",
	"userLcid": 0,
	"userName": "string",
	"verifyEmailSentDate": "2019-08-24T14:15:22Z"
}

Workflow Library Example

Get User with Delinea and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop