Project

General

Profile

Actions

Feature #9834

closed

REST API - List all members of a project

Added by Scott S over 12 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
High
Assignee:
-
Category:
REST API
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Duplicate

Description

As an application consuming the API, I would like to be able to list all members of a project easily via (/projects/{project_id}/memberships or an include on show) so that I can choose who to assign the issue to.


Files

ProjectMembers.diff (552 Bytes) ProjectMembers.diff Preethi Sriram, 2012-01-31 00:11

Related issues

Related to Redmine - Feature #7420: Rest API for projects members ClosedJean-Philippe Lang2011-01-24

Actions
Actions #1

Updated by Preethi Sriram about 12 years ago

Attached is a patch for project api.
To test (include=members) needed in the api call.
http://myserver/projects/1.xml?limit=25&offset=0&include=members
returns the members of a project (names,id)

Actions #2

Updated by Jean-Philippe Lang about 12 years ago

  • Status changed from New to Closed
  • Resolution set to Duplicate

See #7420. Memberships API is added for 1.4. A simple role API was also added.
Have a look at REST API.

Actions

Also available in: Atom PDF