# Phrase::TeamsUsersCreateParameters ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | User ID to add to the Team | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::TeamsUsersCreateParameters.new(id: a4b3c2d1) ```