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 directory-identity:export [options]

Aliases

You can also use these shorthand aliases:
  • prv dridt:export

Options

OptionDescription
--format[=<value>]Output format (csv|json|yaml)
-s, --search[=<value>]Global keyword search for a partial string match
--workspace_integration_id[=<value>]Filter results for a specific source
-u, --directory_user_id[=<value>]Filter results for a specific directory user
--vendor_id[=<value>]Filter results that exactly match (no partials)
-e, --email[=<value>]Filter results that exactly match (no partials)
-D, --deletedOnly show soft deleted (expired|deactivated) records
-S, --state[=<value>]Only show records with specific state (staged|active|expiring)
--created_before[=<value>]Filter results created before a specific date
--created_after[=<value>]Filter results created after a specific date
--updated_before[=<value>]Filter results updated before a specific date
--updated_after[=<value>]Filter results updated after a specific date
--deactivated_after[=<value>]Filter results that were deactivated 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
--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
--vendor_provisioned_before[=<value>]Filter results that were provisioned by the vendor before a specific date
--vendor_provisioned_after[=<value>]Filter results that were provisioned by the vendor after a specific date
--vendor_last_updated_before[=<value>]Filter results that were last updated by the vendor before a specific date
--vendor_last_updated_after[=<value>]Filter results that were last updated by the vendor after a specific date
--vendor_last_auth_before[=<value>]Filter results that were last authenticated by the vendor before a specific date
--vendor_last_auth_after[=<value>]Filter results that were last authenticated by the vendor after a specific date
--vendor_deprovisioned_before[=<value>]Filter results that were deprovisioned by the vendor before a specific date
--vendor_deprovisioned_after[=<value>]Filter results that were deprovisioned by the vendor after a specific date
--api(Debug) Show the API endpoint and query string in the command header

Examples

Export to CSV

prv directory-identity:export --format=csv

Export to JSON

prv directory-identity:export --format=json

Export to YAML

prv directory-identity:export --format=yaml

Export filtered by user

prv directory-identity:export --format=csv --directory_user_id=drusr_01hq8xyzabc123def456ghi789

Export active identities only

prv directory-identity:export --format=csv --state=active

Export with date filter

prv directory-identity:export --format=json --created_after="2024-01-01"