appwrite/docs/examples/1.7.x/server-rest/examples/account/create.md
2025-05-18 02:28:12 +12:00

250 B

POST /v1/account HTTP/1.1 Host: cloud.appwrite.io Content-Type: application/json X-Appwrite-Response-Format: 1.7.0 X-Appwrite-Project: <YOUR_PROJECT_ID>

{ "userId": "<USER_ID>", "email": "email@example.com", "password": , "name": "" }