Get a user’s details by a given username.

External Documentation

To learn more, visit the PingID documentation.

Parameters

ParameterDescription
Return All User DevicesReturn all user devices.
UsernameThe username of the user.

Example Output

{
	"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

Preview this Workflow on desktop