Name | Type | Description | Notes |
---|---|---|---|
pk | kotlin.Int | [readonly] | |
username | kotlin.String | Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only. | |
name | kotlin.String | User's display name. | |
isActive | kotlin.Boolean | Designates whether this user should be treated as active. Unselect this instead of deleting accounts. | [readonly] |
isSuperuser | kotlin.Boolean | [readonly] | |
groups | kotlin.collections.List<UserSelfGroups> | [readonly] | |
avatar | kotlin.String | User's avatar, either a http/https URL or a data URI | [readonly] |
uid | kotlin.String | [readonly] | |
settings | kotlin.collections.Map<kotlin.String, kotlin.Any> | Get user settings with brand and group settings applied | [readonly] |
systemPermissions | kotlin.collections.List<kotlin.String> | Get all system permissions assigned to the user | [readonly] |
kotlin.String | [optional] | ||
type | UserTypeEnum | [optional] |
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.