Group Users
A GroupUser is a record about membership of a User within a Group.
Creating GroupUsers
GroupUsers can be created via the normal create action. When using the update action, if the
GroupUser record does not exist for the given user/group IDs it will be created.
Resource Schema
Required
| Property | Description |
|---|---|
| group_id Int64 | Group ID |
| user_id Int64 | User ID |
Optional
| Property | Description |
|---|---|
| admin Bool | Is this user an administrator of this group? |
Read Only
| Property | Description |
|---|---|
| group_name String | Group name |
| username String | Username of the user |
Resource Import
This Resource supports importing using the following syntax:
Data Source Schema
Required
| Property | Description |
|---|---|
| group_id Int64 | Group ID |
| user_id Int64 | User ID |
Read Only
| Property | Description |
|---|---|
| group_name String | Group name |
| admin Bool | Is this user an administrator of this group? |
| username String | Username of the user |