github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/EditGroupRequest.md (about) 1 # EditGroupRequest 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **AddedPersonIds** | **[]string** | List of users to be added to the team | [optional] 7 **AddedPersonEmails** | **[]string** | List of user email addresses to be added to the team (i.e. as guests) | [optional] 8 **RemovedPersonIds** | **[]string** | List of users to be removed from the team | [optional] 9 10 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 12