Skip to content

Files

Latest commit

 

History

History
34 lines (23 loc) · 732 Bytes

api-user-getLoggedInUser.adoc

File metadata and controls

34 lines (23 loc) · 732 Bytes

getLoggedInUser

GET /api/v1/user/

Authorizations: oauth2_implicit (user:read)

Responses

HTTP Code Description Schema

200

Successful invocation

400

Bad Request

401

Session required

403

Unauthorized access

404

Not found

Example command

$ curl -X GET "https://quay-server.example.com/api/v1/user/" \
  -H "Authorization: Bearer <your_access_token>"