Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 6.09 KB

File metadata and controls

13 lines (10 loc) · 6.09 KB

UpdateRoleSetRequestBody

Fields

Field Type Required Description
name JsonNullable<String> The new name for the role set
key JsonNullable<String> A unique key for the role set. Must start with 'role_set:' and contain only lowercase alphanumeric characters and underscores.
description JsonNullable<String> Optional description for the role set
type JsonNullable<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 JsonNullable<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 JsonNullable<String> The key of the role to assign to organization creators.
Must be an existing role in the role set.