API Model
Role Model
Role Model
| Field | Type | Mandatory | Meaning |
|---|---|---|---|
| id | integer | yes | unique id of the role |
| role | string | yes | the name of the role |
| description | string | yes | the description of the role |
Example
{
"id": 1,
"role": "MWP_ADMIN",
"description": "Allows access to the general settings in Match Web Player's configuration interface"
}