Hoe vind ik de gebruikersnaam die bij een gebruikers-ID hoort?

Ik ben een gebruiker van een Discourse-community en ik vraag me af of er manieren zijn om een gebruikersnaam te krijgen via een gebruikers-ID. Of om een gebruikersnaam te krijgen via een gebruikers-nickname.

You may want to look at this topic. AFAIK you can’t access a user route with the user id like /u/id. Also the API docs are on getting user info from the user id are only by the admin route, it seems:

2 likes

Why do you need that information?

A quite hacky way is to search for user:USERID. For example, user:95552 and then you can find out more about me by looking at my profile.

An admin could also create a data explorer query that returns the data you need based on the userID. They can give access to it to a group, and you being a member of the group, could use it.

3 likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.