Create the current User.
POST
/v1/users
Create the current User.
Authorizations
jwtToken
TypeHTTP (bearer)
Request Body
application/json
Responses
Created
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"
}