| Field | Type | Required | Description |
|---|---|---|---|
Name |
string | ➖ | The new name for the role set |
Key |
string | ➖ | A unique key for the role set. Must start with 'role_set:' and contain only lowercase alphanumeric characters and underscores. |
Description |
string | ➖ | Optional description for the role set |
Type |
UpdateRoleSetType | ➖ | Set to "initial" to make this the default role set for new organizations. Only one role set can be "initial" per instance; setting this will change any existing initial role set to "custom". |
DefaultRoleKey |
string | ➖ | The key of the role to use as the default role for new organization members. Must be an existing role in the role set. |
CreatorRoleKey |
string | ➖ | The key of the role to assign to organization creators. Must be an existing role in the role set. |