Share Groups
A ShareGroup is a way for you to store and name groups of email contacts to be used for sending share and inbox invitations.
Resource Schema
Required
| Property | Description |
|---|---|
| name String | Name of the share group |
| members Dynamic | A list of share group members |
Optional
| Property | Description |
|---|---|
| notes String | Additional notes of the share group |
| user_id Int64 | Owner User ID |
Read Only
| Property | Description |
|---|---|
| id Int64 | Share Group ID |
Resource Import
This Resource supports importing using the following syntax:
Data Source Schema
Required
| Property | Description |
|---|---|
| id Int64 | Share Group ID |
Read Only
| Property | Description |
|---|---|
| name String | Name of the share group |
| notes String | Additional notes of the share group |
| user_id Int64 | Owner User ID |
| members Dynamic | A list of share group members |