Mattermost-server: [Help Wanted] [MM-13747] Add ability to list users to plugin API

Created on 11 Jan 2019  路  2Comments  路  Source: mattermost/mattermost-server

If you're interested please comment here and come join our "Contributors" community channel on our daily build server, where you can discuss questions with community members and the Mattermost core team. For technical advice or questions, please join our "Developers" community channel.

New contributors please see our Developer's Guide.


Notes: Jira ticket

Currently the plugin API only supports listing users if you provide a team. It would be useful to be able to list users without providing a team.

Add the following plugin API method:

  • GetUsers(page int, perPage int) ([]*model.User, *model.AppError)

Read about adding to the plugin API here https://developers.mattermost.com/contribute/server/plugins/.

You'll want to look at these files:

If you have any questions or would like feedback, feel free to ask in the Developer Toolkit channel on our Mattermost community instance.

Easy Hackfest TecGo

Most helpful comment

I can take care of this.

All 2 comments

I can take care of this.

Thanks @dom3k! :tada:

Was this page helpful?
0 / 5 - 0 ratings