create_auth_user
Create or update an auth user in a project, assign admin role, and optionally send a trusted invite.
Instructions
Create or update a project auth user with the service key. Can set project_admin and optionally send a trusted invite.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The project ID | |
| Yes | Email address of the auth user to create or update | ||
| is_admin | No | Set project_admin status for this user | |
| send_invite | No | Send a trusted invite magic link after creating/updating the user | |
| redirect_url | No | Required when send_invite=true. Must be an allowed project auth redirect origin. | |
| client_state | No | Optional opaque state preserved through trusted invite verification |