cURL
curl --request PATCH \ --url https://api.oneofnone.io/v1/users/{id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "phone": "<string>", "email": "jsmith@example.com", "metadata": {} } '
{ "id": "<string>", "email": "<string>", "created_at": "<string>", "phone": "<string>", "metadata": {}, "avatar": { "url": "<string>" }, "app_id": 123, "team_id": "<string>", "last_login_at": "<string>", "login_count": 123, "updated_at": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.oneofnone.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.oneofnone.io/llms.txt
Use this file to discover all available pages before exploring further.
Show child attributes
Successful response