Is your feature request related to a problem? Please describe the problem.
I am trying to retrieve and set these two team member permission settings
- Allow members to upload custom apps
- Allow members to create, edit and delete tags

However the teamMemberSettings only exposes the following settings
{
"allowCreatePrivateChannels": true,
"allowCreateUpdateChannels": true,
"allowDeleteChannels": true,
"allowAddRemoveApps": true,
"allowCreateUpdateRemoveTabs": true,
"allowCreateUpdateRemoveConnectors": true
}
Describe the solution you'd like.
I would like
-allowUploadCustomApps
-allowCreateUpdateRemoveTags
to be added to the teamMemberSettings resource type
Additional context?
No response