For whatever reason the database isn't query-able but I need to be able to present a list of usernames and ID's on my webpage.
I have used DBVisualizer but the data just doesn't seem to be there, where are the usernames and id's because they aren't within tables>user. There are two columns in there called 'username' and 'id' but theres no data.
I've tried using the RestAPI module but I cannot display it's contents within a webpage without:
Getting a ton of junk I don't care about, I just need the ID and Username.
Getting an invalid token error - this token works when using reqbin for testing.
Can someone please tell me if this is a bug or what I need to do to achieve this.
For whatever reason the database isn't query-able but I need to be able to present a list of usernames and ID's on my webpage.
I have used DBVisualizer but the data just doesn't seem to be there, where are the usernames and id's because they aren't within tables>user. There are two columns in there called 'username' and 'id' but theres no data.
I've tried using the RestAPI module but I cannot display it's contents within a webpage without:
Can someone please tell me if this is a bug or what I need to do to achieve this.