invite_auth_user
Creates or updates a project auth user and sends a trusted invite magic link. Requires a service key and an allowed redirect URL.
Instructions
Create/update a project auth user and send a trusted invite magic link. Requires service_key and an allowed redirect_url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The project ID | |
| Yes | Email address of the auth user to invite | ||
| redirect_url | Yes | Allowed auth redirect URL for the invite link | |
| is_admin | No | Set project_admin status before sending the invite | |
| client_state | No | Optional opaque state preserved through invite verification |