I see the docs and can only return all users from the api. using the following:
token.get "customers", limit: 10
If i would want to return one user (currently logged in user), i have the id. Shouldn’t i be able to just do this:
token.get "customers", id: "123asdf-12341-13241-1234"
First one works second does not. Ideas?