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] | |
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] |
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.