Skip to content
Snippets Groups Projects

User Api

This project provides the Rest Api for user management for the coscine platform

End Points

POST: route + 'user/email'

change the email address for the current userl()

GET: route + 'user/user'

returns user object of the current user conating the id, email address and display name

GET: route + 'user/qurey/<query string>/project/<project id>'

returns 10 users that satisfy the query string and do not belong to the project specified by project id

parameter:

string query string = query string for finding users ranging over user display name and user email address

string project id = id for the current project