cURL
curl --request GET \ --url https://api.oneofnone.io/v1/users/{id} \ --header 'x-api-key: <api-key>'
{ "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>" }
ID
EMAIL
Successful response
Show child attributes