Skip to content
OpenAppPhysical access, simplified
Login

Require invitation justification

Type
invitation_require_justification
Category
Invitations
Enforced at
Authoring-time
Tiers
OrgIntegrationDevice
Enforcement
Enforce
Default
Not configured — justification is optional.

A non-empty creation justification must be stored with the invite. The create wizard surfaces the field when this policy is in effect.

When it is enforced

Evaluated when someone creates or updates an invitation, hold, or share. Requests that would exceed the limit are rejected — they are not silently rewritten.

Where to set it

Settings → Policies (org), the integration Policies tab, or — on PalGate — the device steward Policies tab.

Policies never grant access. See thepolicies architecture guidefor how org, integration, and device tiers combine.

Arguments

The config object on create/update. Shared row fieldsenforcement (enforce, require_approval,audit_only) and enabled apply to every type;audit_only and disabled rows never block.

NameTypeRequiredValuesDescription
outputstring or integerNoOptional channel or output id. When set, the policy binds only that output. When omitted, it binds every output of the tier target. A scoped row does not apply when the acting output is unknown.

How overlapping rows combine

Boolean OR across applicable enforcing rows.

Example

Creating an invitation without a justification note is rejected.

config
{}

Integrations

This type is documented on these connectors:

The OpenAPI contract names this object InvitationAuthoringPolicyConfig:

{
"output": "main"
}

Only the optional applies_to and output scope fields are accepted; {} is valid. A non-empty justification is required when the policy applies.