Xentara v2.0.3
User Manual
JSON Format for Roles

The JSON array describing the custom roles has the following syntax:

"roles": [
{
"name": "Administrator",
"UUID": "8aeef4b9-5eeb-4475-b938-28a471a6701c"
},
{
"name": "Operator",
"UUID": "66c7772a-a352-4252-b03f-4156848e230c"
}
]

The array can contain as few or as many roles as desired.

Role Object Members
nameA non-empty string value containing the name of the role. The role name must be unique, and must not be the reserved name “Everyone”.
UUIDA string value containing the UUID of the role. The role UUID must be unique.