Retrieves a single users metadata.

Parameters

ParameterDescription
IDThe ID of the user, can be retrieved from the ‘List Users’ action.

Example Output

{
	"id": 5,
	"userName": "<string>",
	"externalId": "<string>",
	"email": "<string>",
	"name": {
		"formatted": "<string>",
		"familyName": "<string>",
		"givenName": "<string>"
	},
	"active": true,
	"locked": false,
	"emailChangePending": true,
	"authType": "<string>",
	"userType": "<string>",
	"role": null,
	"idpUserId": "<string>",
	"userPrincipalName": null,
	"expiryDate": null,
	"deleteOnExpiry": null,
	"createdDate": "2025-04-12T14:43:23.000+0000",
	"lastModificationDate": "2025-04-12T14:53:14.000+0000",
	"lastActiveDate": "2024-04-11T21:08:15.000+0000",
	"groups": [],
	"isServiceAccount": false
}

Workflow Library Example

Get User with Egnyte and Send Results Via Email

Preview this Workflow on desktop