Permissions
Update minimum team role setting
An actor
triggers this event when they update the minimum team
role setting for a feature. For example, when a user sets a feature's
minimum team role to DESIGNER
, users with either the DESIGNER
or
ADMIN
roles can access the feature. A Canva system may change the
minimum team role of features in some circumstances, such as when your
team's subscription plan changes.
type
string
The value for this can only be UPDATE_MINIMUM_TEAM_ROLE_SETTING
.
minimum_team_role_setting
string
The minimum team role setting for a feature. This can be one of the following:
USE_DREAM_STUDIO
: The minimum team role required to use Dream studio.USE_OFFLINE_DESIGNS
: The minimum team role required to use Offline Designs.USE_MAGIC_EDIT
: The minimum team role required to use Conversational AI Assistant.
old_minimum_team_role_value
string
The minimum team role. Users with this role or a higher role will have
access to the feature listed in minimum_team_role_setting
. This can be one of the following:
NONE
: No team members can use the feature.ADMIN
: Team admins can use the feature.DESIGNER
: Team designers and admins can use the feature.MEMBER
: All team members can use the feature.
new_minimum_team_role_value
string
The minimum team role. Users with this role or a higher role will have
access to the feature listed in minimum_team_role_setting
. This can be one of the following:
NONE
: No team members can use the feature.ADMIN
: Team admins can use the feature.DESIGNER
: Team designers and admins can use the feature.MEMBER
: All team members can use the feature.
Example
{"id": ...,"timestamp": ...,"actor": ...,"target": ...,"action": {"type": "UPDATE_MINIMUM_TEAM_ROLE_SETTING","minimum_team_role_setting": "USE_DREAM_STUDIO","old_minimum_team_role_value": "NONE","new_minimum_team_role_value": "NONE"},"outcome": ...,"context": ...}