Specify user by external id

Please checkout this topic:

and also looking at the source code for the controller of the endpoint you are trying to hit is very helpful:

This is because that endpoint doesn’t have support for a “username” param.

:cry:

The api docs could use will always need some work, but they do document most of the heavier used endpoints. If you find a new one we would very much appreciate the help of the community to help document it. I will keep trucking along myself though and continue to document things at a :turtle: steady pace as time permits.

image

I’m not familiar with Bubble. Is this what you are referring to?

Either way, Discourse by nature has an api endpoint for most things, but that doesn’t necessarily mean that it will always be super friendly when you are trying to call things from external sites instead of natively from inside Ember with a logged in user cookie. This may mean that it will be more productive to write a custom plugin or use the data explorer plugin to write a custom query and then make an api request to that saved query. Also PR’s are always welcome to improve something.

6 Likes