Get a local user by ID.

Parameters

ParameterDescription
IDThe resource’s unique identifier.

Example Output

[
	{
		"disabled": true,
		"id": "abcd-1234",
		"name": "string",
		"password": "string"
	}
]

Workflow Library Example

Get Local User with Prisma Access and Send Results Via Email

Preview this Workflow on desktop