Skip to content
Snippets Groups Projects
Select Git revision
  • Sprint/2021-2022
  • master default protected
  • gitkeep
  • dev protected
  • Issue/2309-docs
  • Fix/xxxx-migrateLogin
  • Issue/2127-userEmailsDisplayed
  • uiv2
  • Hotfix/2130-uiv2ContactChange
  • Hotfix/2087-efNet6
  • Issue/1910-MigrationtoNET6.0
  • Sprint/2022-01
  • Issue/1742-FixesForExternalUserInvitation
  • Sprint/2021-23
  • Hotfix/82-updateDepsOfAPIs
  • Sprint/2021-18
  • Product/1027-apiClientGenerator
  • Topic/1718-setupApiClient
  • Sprint/2021-11
  • Sprint/2021-08
  • v3.2.2
  • v3.2.1
  • v3.2.0
  • v3.1.0
  • v3.0.0
  • v2.3.2
  • v2.3.1
  • v2.3.0
  • v2.2.1
  • v2.2.0
  • v2.1.6
  • v2.1.5
  • v2.1.4
  • v2.1.3
  • v2.1.2
  • v2.1.1
  • v2.1.0
  • v2.0.1
  • v2.0.0
  • v1.8.2
40 results

user

  • Clone with SSH
  • Clone with HTTPS
  • Petar Hristov's avatar
    Petar Hristov authored
    Issue/1742 fixes for external user invitation
    
    See merge request !53
    623a81e1
    History

    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