The Group Object
Attribute | Type | Description |
---|---|---|
id | String | A unique ID for the Group |
company_id | String | A unique ID for the Company the Group belongs to |
name | String | The title of the Group |
users | Array[User] | A list of the group's users |
status | String | Indicates the status of the Group. It will be active or deleted |
created_at | Integer | Timestamp when the Group was created |
updated_at | Integer | Timestamp when the Group was last updated |
group_url | String | The link to the group in the web app |