# Phrase::InvitationUpdateSettingsParameters ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **project_role** | **String** | Member role, can be any of of Manager, Developer, Translator | [optional] **locale_ids** | **Array<String>** | List of locale ids the user has access to. | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::InvitationUpdateSettingsParameters.new(project_role: Developer, locale_ids: ["abcd1234abcd1234abcd1234","abcd1234abcd1234abcd1235"]) ```