Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 1.13 KB

UserSelf.md

File metadata and controls

21 lines (17 loc) · 1.13 KB

UserSelf

Properties

Name Type Description Notes
pk Int [readonly]
username String Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
name String User's display name.
isActive Bool Designates whether this user should be treated as active. Unselect this instead of deleting accounts. [readonly]
isSuperuser Bool [readonly]
groups [UserSelfGroups] [readonly]
email String [optional]
avatar String User's avatar, either a http/https URL or a data URI [readonly]
uid String [readonly]
settings [String: AnyCodable] Get user settings with brand and group settings applied [readonly]
type UserTypeEnum [optional]
systemPermissions [String] Get all system permissions assigned to the user [readonly]

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