Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.14 KB

Group.md

File metadata and controls

16 lines (12 loc) · 1.14 KB

Group

Properties

Name Type Description Notes
id string The unique identifier of the group [optional]
name string The display name of the group [optional]
type string The type of the group: * `generic`: A group created by a Flat user * `classTeachers`: A group created automaticaly by Flat that contains the teachers of a class * `classStudents`: A group created automaticaly by Flat that contains the studnets of a class [optional]
usersCount float The number of users in this group [optional]
readOnly bool `True` if the group is set in read-only [optional]
organization string If the group is related to an organization, this field will contain the unique identifier of the organization [optional]
creationDate \DateTime The creation date of the group [optional]

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