Skip to main content
Get information about a specific user in the vault. Required Permissions for using this action:
  • Audit users
External DocumentationTo learn more, visit the CyberArk documentation.

Parameters

ParameterDescription
User IDThe ID of the user to retrieve information for.

Example Output

{
	"enableUser": true,
	"changePassOnNextLogon": false,
	"expiryDate": 1577836800,
	"suspended": false,
	"lastSuccessfulLoginDate": 1561282853,
	"unAuthorizedInterfaces": [
		"GUI"
	],
	"authenticationMethod": [
		"AuthTypePass"
	],
	"allowedAuthenticationMethods": [
		"SAML",
		"PKI"
	],
	"passwordNeverExpires": true,
	"distinguishedName": "JohnDoeRoe",
	"description": "John Doe Roe",
	"businessAddress": {
		"workStreet": "Kuritania street",
		"workCity": "Curitania",
		"workState": "Suritania",
		"workZip": "90211",
		"workCountry": "Ruritania"
	},
	"internet": {
		"homePage": "example.com",
		"homeEmail": "John@example.net",
		"businessEmail": "John@example.com",
		"otherEmail": "John@example.org"
	},
	"phones": {
		"homeNumber": "555-0100",
		"businessNumber": "555-0101",
		"cellularNumber": "0491 570 156",
		"faxNumber": "555-0102",
		"pagerNumber": "555-0103"
	},
	"personalDetails": {
		"street": "Main street",
		"city": "Curitania",
		"state": "Suritania",
		"zip": "90210",
		"country": "Ruritania",
		"title": "Mr. John",
		"organization": "Acme",
		"department": "newco",
		"profession": "Doing Job",
		"firstName": "John",
		"middleName": "Doe",
		"lastName": "Roe"
	},
	"groupsMembership": [
		{
			"groupID": 16,
			"groupName": "PVWAMonitor",
			"groupType": "Vault"
		},
		{
			"groupID": 17,
			"groupName": "PVWAUsers",
			"groupType": "Vault"
		},
		{
			"groupID": 11,
			"groupName": "Vault Admins",
			"groupType": "Vault"
		}
	],
	"id": 24,
	"username": "JohnDR",
	"source": "CyberArk",
	"userType": "EPVUser",
	"componentUser": false,
	"vaultAuthorization": [
		"AuditUsers"
	],
	"location": "\\"
}

Workflow Library Example

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