REST API for who the authenticated user is
Hi,
Is there a way to query via the API who the user holding the API access token being used for the request is -- e.g. something like an /app/rest/auth or /app/rest/users/self endpoint that returns (or contains a url to) the authenticated User model? An example use-case is where the access token is used by a custom tool/UI, which presents the name of the currently authenticated user in its interface.
Thanks!
Please sign in to leave a comment.
Ali Tavakoli, Guilherme Barbosa, there's already existing request to get currently authenticated user data – /app/rest/users/current.
@... thanks for the info!
Would you know if there is a YouTrack issue that I can follow for this?