Feature #6260
REST API for Users
Status: | Closed | Start date: | 2010-09-01 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | REST API | |||
Target version: | 1.1.0 | |||
Resolution: | Fixed |
Description
It would be nice to have REST API for Users.
It can provides assigned Issues and Projects group by users.
Related issues
Associated revisions
Adds xml/json REST API for Users (#6260).
History
#1
Updated by Cyril Servant over 12 years ago
- File diff
added
Here is what I've done for the REST API. It enables :
- creating a user
- updating a user
- listing users
- showing a user details
I'm aware it's not perfect, but heh, it's here :)
If you think I should change something, don't hesitate to tell me.
#2
Updated by Eric Davis over 12 years ago
- Assignee set to Eric Davis
- Target version set to 1.1.0
This feature is planned as part of 1.1 but I haven't reviewed this patch yet.
#3
Updated by Eric Davis about 12 years ago
- Assignee deleted (
Eric Davis)
I am stepping down from working on Redmine. If someone else is interesting in working on this issue, feel free to reassign it to them.
Eric Davis
#4
Updated by Jean-Philippe Lang about 12 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Added in r4453.