Updates existing group roleset.
Path parameters
The group Id.
The roleset Id.
Request body
The name of the roleset.
The description of the roleset.
The rank/positioning of the roleset.
Optional. The color of the roleset (GroupRoleSetColorType value, e.g. 0 = Invalid, 1 = Blue). When omitted, only name and description are updated and the existing color is left unchanged. When set, name, description, and color are updated via UpdateGroupRoleSetProperties.
Optional. When set, updates the visibility of the roleset. Only accessible to group owners. The base (guest) role cannot be made private.
Response
OK
The role id
The role name
The role description
The role rank
The number of members in the role.
Whether or not the role is the base role for the group
The role color. ['Invalid' = 0, 'Blue' = 1, 'Green' = 2, 'Purple' = 3, 'Yellow' = 4, 'Orange' = 5, 'Red' = 6, 'Magenta' = 7, 'Teal' = 8, 'Turquoise' = 9, 'Rust' = 10, 'Pistachio' = 11, 'Midnight' = 12, 'Lavender' = 13, 'Pink' = 14, 'Crimson' = 15, 'Plum' = 16]
Whether the role is private (only visible to members with permission). Omitted from the response when false.