-
Notifications
You must be signed in to change notification settings - Fork 12
User validation
José Bonnet edited this page Dec 3, 2018
·
2 revisions
This wiki page describes the design of the user validation the API Gateway does in the 5GTANGO V&V and Service platforms.
200 for user data querying
201 for successful user creation/update(?) 400 for bad data (such as the email example) 403 for forbidden (‘The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account of some sort.’) 404 for user not found (GET /users/ or PATH /users/ with the wrong username) 409 for conflict, when creating an user that already exists, for example