Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 840 Bytes

APIUser.md

File metadata and controls

17 lines (11 loc) · 840 Bytes

APIUser

Properties

Name Type Description Notes
id string The unique identifier of the user [optional] [default to undefined]
name string The name of the user [optional] [default to undefined]
role UserRole [optional] [default to undefined]
enabled boolean Whether the user is enabled [optional] [default to undefined]
status UserStatus [optional] [default to undefined]
userType UserType [optional] [default to undefined]

[Back to top] [Back to API list] [Back to Model list] [Back to README]