> ## 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 user's details by a given username.

<Note>
  External Documentation

  To learn more, visit the [PingID documentation](https://apidocs.pingidentity.com/pingid-api/guide/pingid-api/pid_c_PingIDapiUserManagement#GetUserDetails).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter               | Description               |
  | ----------------------- | ------------------------- |
  | Return All User Devices | Return all user devices.  |
  | Username                | The username of the user. |
</div>

## Example Output

```json theme={"dark"}
{
	"aggregatedFidoDevice": false,
	"clientData": null,
	"errorId": 151,
	"errorMsg": "<string>",
	"fido2AuthenticatorAttachment": null,
	"sameDeviceUsersDetails": [],
	"typeDisplayNames": {},
	"uniqueMsgId": "<string>",
	"userDetails": {
		"bypassExpiration": null,
		"deviceDetails": {
			"appVersion": "<string>",
			"authenticatorAttachment": null,
			"availableClaimedSms": 1,
			"availableNotClaimedSms": 1,
			"countryCode": null,
			"credentialId": null,
			"deviceId": 322801226123432473,
			"deviceModel": "<string>",
			"deviceRole": "<string>",
			"deviceUuid": "<string>",
			"displayID": "<string>",
			"email": null,
			"enrollment": "<string>",
			"hasWatch": false,
			"nickname": "<string>",
			"oathSerialNumber": null,
			"oathTokenType": null,
			"order": 2,
			"osVersion": "<string>",
			"phoneNumber": null,
			"publicKey": null,
			"pushEnabled": true,
			"sentClaimedSms": 2,
			"sentNotClaimedSms": 1,
			"transports": null,
			"type": "<string>",
			"userHandle": null
		},
		"devicesDetails": [
			{
				"appVersion": "<string>",
				"authenticatorAttachment": null,
				"availableClaimedSms": 2,
				"availableNotClaimedSms": 1,
				"countryCode": null,
				"credentialId": null,
				"deviceId": 128814249360301141,
				"deviceModel": "<string>",
				"deviceRole": "<string>",
				"deviceUuid": "<string>",
				"displayID": "<string>",
				"email": null,
				"enrollment": "<string>",
				"hasWatch": false,
				"nickname": "<string>",
				"oathSerialNumber": null,
				"oathTokenType": null,
				"order": 0,
				"osVersion": "<string>",
				"phoneNumber": null,
				"publicKey": null,
				"pushEnabled": true,
				"sentClaimedSms": 2,
				"sentNotClaimedSms": 2,
				"transports": null,
				"type": "<string>",
				"userHandle": null
			},
			{
				"appVersion": "<string>",
				"authenticatorAttachment": null,
				"availableClaimedSms": 2,
				"availableNotClaimedSms": 2,
				"countryCode": null,
				"credentialId": null,
				"deviceId": 319328112621959574,
				"deviceModel": "<string>",
				"deviceRole": "<string>",
				"deviceUuid": "<string>",
				"displayID": "<string>",
				"email": null,
				"enrollment": "<string>",
				"hasWatch": false,
				"nickname": "<string>",
				"oathSerialNumber": null,
				"oathTokenType": null,
				"order": 3,
				"osVersion": "<string>",
				"phoneNumber": null,
				"publicKey": null,
				"pushEnabled": true,
				"sentClaimedSms": 2,
				"sentNotClaimedSms": 1,
				"transports": null,
				"type": "<string>",
				"userHandle": null
			}
		],
		"email": "<string>",
		"fname": "<string>",
		"lastLogin": 301902427184,
		"lastTransactions": [],
		"lname": "<string>",
		"picURL": "<string>",
		"role": "<string>",
		"spList": [
			{
				"bypassExpiration": null,
				"spAlias": "<string>",
				"spName": "<string>",
				"status": "<string>"
			},
			{
				"bypassExpiration": null,
				"spAlias": "<string>",
				"spName": "<string>",
				"status": "<string>"
			}
		],
		"status": "<string>",
		"userEnabled": true,
		"userId": 1,
		"userInBypass": false,
		"userName": "<string>"
	}
}
```

## Workflow Library Example

[Get User with Pingid and Send Results Via Email](https://library.blinkops.com/workflows/get-user-with-pingid-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-pingid-and-send-results-via-email/canvas" />
</div>
