latestOpenAPI 3.0.32026-08-201592,4923.4 MB

53223abaceb7

Users

Get information about the currently authenticated user

Get information about the currently authenticated user, such as name and email.

get/users/me

Response

User information

emailstring required
userIdstring required
firstnamestring required
lastnamestring required

Example response

{
  "email": "j.doe@simscale.com",
  "userId": "1234123412341234",
  "firstname": "John",
  "lastname": "Doe"
}