Upsert User
Users
Upsert User
Create a user, or update the existing one matched by email, with pre-assigned information.
Users are matched by email and reused on first login (no duplicate). Returns 201 when a new
user is created and 200 when an existing user is updated. is_staff cannot be set here.
POST
Upsert User
Authorizations
Body
application/json
Create a user, or update the existing one matched by email, before first login.
Only provided fields are written. is_staff is intentionally not exposed:
the API can never grant admin (staff) status.
