Returns a User from their user_id in the JWT.
GET
/v1/users
Returns a User from their user_id in the JWT.
Authorizations
jwtToken
TypeHTTP (bearer)
Responses
Found
application/json
JSON
{
"user_uuid": "683e0589-65a8-48b8-bd90-6ee89e0682ab",
"display_name": "Marius Tolzmann",
"user_picture_url": "https://lh3.googleusercontent.com/a/AAcHTtcBqudpP0hVoQyjDv-v5b4lP6e0vN_92zi_aPp90hE=s96-c",
"email": "marius@terramate.io",
"job_title": "CTPO"
}