invite_auth_user
Send a trusted invite magic link to create or update an auth user in a project. Requires a service key and 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 |
|---|---|---|---|
| Yes | Email address of the auth user to invite | ||
| is_admin | No | Set project_admin status before sending the invite | |
| project_id | Yes | The project ID | |
| client_state | No | Optional opaque state preserved through invite verification | |
| redirect_url | Yes | Allowed auth redirect URL for the invite link |