Closed pkarkazis closed 7 years ago
Hi, @pkarkazis
The endpoint is GET .../api/v2/users
, but currently is returning the list of users registered. If you agree, I'll keep that for admin
users, but return just the info belonging to the user that owns the authorization token for developer
or customer
kinds of users.
Is that ok?
One small detail, @pkarkazis Do you plan to always send the GK all the fields (including password), or should the GK skip this validation?
@jbonnet If we want to provide an update mechanism for user information through gui (change contact email, password etc) we must send these fields.
Closed by PR #771
Hey, @pkarkazis, @mzacharioudakis Please test both GET and PUT. Thanks
Closed by PR #772
Hi @jbonnet, I tried to retrieve user information (https://sp.int3.sonata-nfv.eu/api/v2/userinfo ) and got the following error:
Response: { "error": { "code": 404, "message": "/api/v2/userinfo not supported" } }
also, we need a PUT method for the same api in order to be able make changes on user information (ex change email address etc)