> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get User

Get a single user by ID.

<Note>
  External Documentation

  To learn more, visit the [Delinea documentation](https://updates.thycotic.net/secretserver/restapiguide/11.6.3/TokenAuth/#tag/Users/operation/UsersService_Get).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter        | Description                                             |
  | ---------------- | ------------------------------------------------------- |
  | Include Inactive | Whether to include inactive users in the results.       |
  | User ID          | User ID. Can be retrieved from the 'List Users' action. |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/get-user-with-delinea-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-user-with-delinea-and-send-results-via-email/canvas" />
</div>
