RoleCreateDTO
RoleCreateDTO
JSON Example
{
"permissions": [
"string"
],
"name": "string",
"description": "string"
}
array of string
permissions
Optional
List of permissions the role has been granted access to
string
name
Optional
The name of the role
string
description
Optional
The description of the role