Commit Graph

2 Commits

Author SHA1 Message Date
Duane Johnson bbe8b17b67 adds user search API to courses
Test Plan:
- Use the API to query courses/<id>/search_users
- You should be able to specify a search_term in the query that
  narrows the results to matching users in the course
- You should be able to specify an enrollment_type of 'student'
  or 'ta' etc. to narrow the results further. Multiple 'enrollment_
  type's can be specified as a comma-separated list.
- You can limit the number of results with 'limit'

fixes #CNVS-2324

Change-Id: Ic87ff797028f71b478de6397557b142d7d0fe6b5
Reviewed-on: https://gerrit.instructure.com/16640
Tested-by: Jenkins <jenkins@instructure.com>
QA-Review: Clare Hetherington <clare@instructure.com>
Reviewed-by: Brian Palmer <brianp@instructure.com>
2013-01-25 09:42:30 -07:00
Brian Whitmer 8b8173dcc9 Initial commit.
closes #6988138
2011-01-31 18:57:29 -07:00