Creates new group roleset.
Path parameters
The group Id.
Request body
The name of the roleset.
The description of the roleset.
The rank/positioning of the roleset.
Setting to use group funds or not.
Optional. When true the role is only visible to members with permission to see private roles. Defaults to false (public). Only accessible to group owners.
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.