Skip to content

teamMemberSettings resource type does not expose all the available settings #3065

@MarionMG

Description

@MarionMG

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

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions