Get Local User
Get a local user by ID.
Parameters
Parameter | Description |
---|---|
ID | The 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