User
Gets a list of users.
get/api/v{version}/user
Path parameters
versionstring required
Response
Returns a list of users.
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.