Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GET /user/:uuid to retrieve a user #2

Closed
zephinzer opened this issue Dec 9, 2018 · 0 comments
Closed

GET /user/:uuid to retrieve a user #2

zephinzer opened this issue Dec 9, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@zephinzer
Copy link
Contributor

This endpoint retrieves a user identified by the UUID :uuid in the URL.

Sample cURL:

curl -X GET 'http://localhost:54321/user/47bfbfa9-fbd7-11e8-8473-0242ac130002'

Sample Response:

{
  "error_code": "E_USER_API_OK",
  "message": "ok",
  "data": {
    "uuid": "533131fe-fbd8-11e8-8473-0242ac130002",
    "email": "email@domain.com",
    "username": "",
    "date_created": "2018-12-09 17:31:56",
    "last_modified": "2018-12-09 17:31:56"
  }
}
@zephinzer zephinzer added the enhancement New feature or request label Dec 9, 2018
@zephinzer zephinzer added this to the 0.0.1 milestone Dec 9, 2018
@zephinzer zephinzer self-assigned this Dec 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant