Hy all
trying to create a user with api.
i’m doing this :
$http.post(‘https://api.ionic.io/users?email=’+email+’&password=’+password+’&username=’+username+’&custom={“transporteur:”’+transporteur+’}’
I’m trying to add custom data but it’s not working at all…