/
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 user
Returns a user with his basic information
get
/users/{userId}
Path parameters
userId
integer
required
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