Create a user under the authenticated tenant.
curl https://api.geldstuck.com/v1/tenants/add-user \ -H "x-api-key: $GELDSTUCK_PUBLIC_KEY" \ -H "x-api-secret: $GELDSTUCK_SECRET_KEY" \ -H "Content-Type: application/json" \ -H "Idempotency-Key: user-sync-crm-42" \ -d '{ "name": "Ada Lovelace", "email": "ada@example.com" }'
{ "id": "usr_01HX3ZAB...", "name": "Ada Lovelace", "email": "ada@example.com", "tenantId": "tnt_01HX3Z8MQW...", "status": "invited", "createdAt": "2026-04-22T09:13:02.000Z" }
+14155552671
usr_...
invited
active
disabled
tenant.users.invite