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
Aliases
You can also use these shorthand aliases:prv directory-user:lsprv drusr:listprv drusr:ls
Options
| Option | Description |
|---|---|
-s, --search[=<value>] | Global keyword search for a partial string match |
--workspace_integration_id[=<value>] | Filter results for a specific integration. Can be passed multiple times. |
--manager_id[=<value>] | Filter results for users that report to a specific manager. Can be passed multiple times. |
--is_manager | Filter results to only show users that are managers (have direct reports) |
--is_not_manager | Filter results to only show users that are not managers (no direct reports) |
--first_name[=<value>] | Filter results that exactly match (no partials) |
--last_name[=<value>] | Filter results that exactly match (no partials) |
--full_name[=<value>] | Filter results that exactly match (no partials) |
--full_name_search[=<value>] | Filter results that partially match (fuzzy search) |
-e, --email[=<value>] | Filter results that exactly match (no partials) |
--email_search[=<value>] | Filter results that partially match (fuzzy search) |
--username[=<value>] | Filter results that exactly match (no partials) |
--badge_id[=<value>] | Filter results that exactly match (no partials) |
--badge_id_search[=<value>] | Filter results that partially match (fuzzy search) |
--employee_id[=<value>] | Filter results that exactly match (no partials) |
--employee_id_search[=<value>] | Filter results that partially match (fuzzy search) |
--employee_id_alt[=<value>] | Filter results that exactly match (no partials) |
--employee_id_alt_search[=<value>] | Filter results that partially match (fuzzy search) |
--org_array_search[=<value>] | Filter org department, title, etc that partially match (fuzzy search) |
--metadata_array_search[=<value>] | Filter custom business logic that partially match (fuzzy search) |
-D, --deleted | Only show soft deleted (expired|deactivated) records |
-S, --state[=<value>] | Only show records with specific state (staged|active|expiring) |
--created_before[=<value>] | Filter results created (imported) before a specific date |
--created_after[=<value>] | Filter results created (imported) after a specific date |
--provisioned_before[=<value>] | Filter results that were provisioned before a specific date |
--provisioned_after[=<value>] | Filter results that were provisioned after a specific date |
--updated_before[=<value>] | Filter results updated before a specific date |
--updated_after[=<value>] | Filter results updated after a specific date |
--expires_before[=<value>] | Filter results that will expire before a specific date |
--expires_after[=<value>] | Filter results that will expire after a specific date |
--expired_before[=<value>] | Filter results that expired before a specific date |
--expired_after[=<value>] | Filter results that expired after a specific date |
--deactivated_before[=<value>] | Filter results that were deactivated before a specific date |
--deactivated_after[=<value>] | Filter results that were deactivated after a specific date |
--deleted_before[=<value>] | Filter results that were deactivated or expired before a specific date |
--deleted_after[=<value>] | Filter results that were deactivated or expired after a specific date |
-C, --column[=<value>] | Show a specific hidden column. Can be passed multiple times. |
-H, --hide[=<value>] | Hide a specific visible column. Can be passed multiple times. |
--json | (Debug) Show the raw JSON API response |
--api | (Debug) Show the API endpoint and query string in the command header |