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

Latest commit

 

History

History
24 lines (19 loc) · 1.21 KB

User.md

File metadata and controls

24 lines (19 loc) · 1.21 KB

User

Properties

Name Type Description Notes
pk kotlin.Int [readonly]
username kotlin.String
name kotlin.String User's display name.
isSuperuser kotlin.Boolean [readonly]
groupsObj kotlin.collections.List<UserGroup> [readonly]
avatar kotlin.String User's avatar, either a http/https URL or a data URI [readonly]
uid kotlin.String [readonly]
uuid java.util.UUID [readonly]
isActive kotlin.Boolean Designates whether this user should be treated as active. Unselect this instead of deleting accounts. [optional]
lastLogin java.time.OffsetDateTime [optional]
groups kotlin.collections.List<java.util.UUID> [optional]
email kotlin.String [optional]
attributes kotlin.collections.Map<kotlin.String, kotlin.Any> [optional]
path kotlin.String [optional]
type UserTypeEnum [optional]