/
DI
diabatix
/
Identity API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
latest
OpenAPI 3.0.1
2026-07-14
32
32
25.8 KB
User
Get current user
Returns the basic information about the currently logged in user
get
/users/me
Response
Success
UserDto
required
phone
string
nullable
firstName
string
nullable
lastName
string
nullable
id
integer
profileId
string
nullable
email
string
nullable
pictureUrl
string
nullable
organizations
OrganizationDto[]
nullable
isMFAEnabled
boolean
nullable
termsOfUseAccepted
boolean
created
string
date-time
updated
string
date-time
nullable