diff --git a/website/docs/flow/stages/invitation/index.md b/website/docs/flow/stages/invitation/index.md index b81619eee..ce4736ca1 100644 --- a/website/docs/flow/stages/invitation/index.md +++ b/website/docs/flow/stages/invitation/index.md @@ -7,3 +7,5 @@ This stage can be used to invite users. You can use this to enroll users with pr If the option `Continue Flow without Invitation` is enabled, this stage will continue even when no invitation token is present. To check if a user has used an invitation within a policy, you can check `request.context.invitation_in_effect`. + +To use an invitation, use the URL `https://authentik.tld/if/flow/your-enrollment-flow/?token=invitation-token`.