cURL
curl --request GET \ --url http://localhost:8080/user
{ "username": "<string>", "settings": { "language": "en", "script_type": [ "default" ] }, "dateCreated": 123, "dateUpdated": 123 }
Retrieve the information of the user with the matching user ID.
Session token for authentication.
"_me_sess=token; Path=/; HttpOnly; SameSite=Lax; Secure"
User Found
Response body for getting a user.