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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
PolicyUserDetailedResponseData
The ID of the PolicyUser relationship (not the User)
"pousr_01hq8xyzabc123def456ghi789"
The state of the Policy User relationship (not the User)
staged The user is a draft and you can add or remove conditions. Users are not provisioned yet. This is only visible to administrators or in the API. Use the activate method during your change window to provision access to users. |
active The rule is active and conditions are locked. You can create a new rule or duplicate an existing rule to customize conditions, and deactivate the old rule after the new rule is activated. Matching users are now Ruleset (Manifest) Users and are provisioned and deprovisioned using the vendor APIs. |
expiring The rule is active, however expires_at value is set and is scheduled to expire. If the expires_after_days value is 0, users will lose access immediately when this rule expires.You can run the activate action to remove the scheduled expiration. |
expired The expires_at value is in the past and the rule was deactivated. If the user matched a different rule, then they did not lose access. |
deactivated The rule was deactivated manually by a ruleset or global admin. |
staged, active, expiring, expired, deactivated The timestamps for the policy user record
Count of related records
Included related resources
API hyperlinks related to the policy user record
{
"self": "https://ws-a1b2c3.provisionr.io/api/v1/policy/users/pousr_01hq8xyzabc123def456ghi789"
}