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

Latest commit

 

History

History
17 lines (13 loc) · 794 Bytes

GroupMember.md

File metadata and controls

17 lines (13 loc) · 794 Bytes

GroupMember

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. [optional]
lastLogin Date [optional]
email String [optional]
attributes [String: AnyCodable] [optional]
uid String [readonly]

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