Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 965 Bytes

UserManagerRead.md

File metadata and controls

23 lines (18 loc) · 965 Bytes

openapi.model.UserManagerRead

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
id Object The user Id
name Object The username
email Object The user email
oauthProvider Object The OAUTH provider for SSO, if relevant
preferences UserReadPreferences
isAdmin Object The user has administrator rights or not [default to false]
twofaccountsCount int Number of 2FA accounts registered
lastSeenAt String Last time the user was seen
createdAt String Time of user registration

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