Also I must to say that in the requisition:
platform.api.post('my-db-service/users?fields=id,name,email,login', user_data);
the "fields", in get params, is the fields that will return after the requisition is done.
Also I must to say that in the requisition:
platform.api.post('my-db-service/users?fields=id,name,email,login', user_data);
the "fields", in get params, is the fields that will return after the requisition is done.