Feature #7141
REST API: get information about current user
Status: | Closed | Start date: | 2010-12-20 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | REST API | |||
Target version: | 1.1.0 | |||
Resolution: | Fixed |
Description
The REST API should provide a way to retrieve information about current user (the user whose credentials are used to access the API).
Associated revisions
Adds support for requesting information about current user using /users/current (#7141).
History
#1
Updated by Jean-Philippe Lang over 11 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Added in r4544. The current user is available at /users/current.(xml|json)
.
#2
Updated by Yohann Monnier over 11 years ago
Thank you very much ;)