Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.provisionr.io/llms.txt

Use this file to discover all available pages before exploring further.

Usage

prv policy-user:describe [options]

Aliases

You can also use these shorthand aliases:
  • prv policy-user:info
  • prv pousr:describe
  • prv pousr:info

Options

OptionDescription
-i, --id[=<value>]The ULID of the policy user. A search will be used if not set.
-u, --directory_user_id[=<value>]The ULID of the directory user to filter by.
-p, --policy_ruleset_id[=<value>]The ULID of the policy ruleset to filter by.
--json(Debug) Show the raw JSON API response
--api(Debug) Show the API endpoint and query string in the command header

Examples

Describe a specific policy user by ULID

prv policy-user:describe --id=pousr_01hq8xyzabc123def456ghi789

Interactive search for a policy user

prv policy-user:describe

Show raw JSON response

prv policy-user:describe --id=pousr_01hq8xyzabc123def456ghi789 --json