v25

latestOpenAPI 3.0.1raw.githubusercontent.com2026-07-08143108383.9 KB
User

Gets the currently authenticated and authorized bdms user.

get/api/v{version}/user/self

Path parameters

versionstring required

Response

Returns the currently logged in user.

idinteger required
namestring

Gets or sets the BDMS.Models.User name.

subjectIdstring

Gets or sets the BDMS.Models.Users subject id provided by oidc.

firstNamestring

Gets or sets the BDMS.Models.Users firstname.

lastNamestring

Gets or sets the BDMS.Models.Users lastname.

emailstring

Gets or sets the BDMS.Models.Users email.

isAdminboolean

Gets or sets whether the BDMS.Models.User has admin privileges.

isDisabledboolean

Gets the value whether the BDMS.Models.User is disabled or not.

disabledAtstring date-time nullable

Gets or sets the timestamp from the moment a BDMS.Models.User got disabled.

createdAtstring date-time nullable

Gets or sets the timestamp from the moment a BDMS.Models.User got disabled.

settingsstring nullable

Gets or sets the BDMS.Models.Users settings.

deletableboolean nullable

Gets or sets whether this user can be deleted.