{ "operationId": "createRole", "method": "POST", "path": "/api/v2/roles", "summary": "Create a Role", "requestExamples": [ { "contentType": "application/json", "name": "CreateroleRequestExample", "example": { "name": "Example Title", "comment": "example_value", "created_on": "2026-01-15T10:30:00Z", "owner": "example_value", "is_default": true, "is_current": true, "is_inherited": true, "assigned_to_users": 10, "granted_to_roles": 10, "granted_roles": 10 } } ], "responseExamples": [] }