User group
| Property | Type | Description | Information |
|---|---|---|---|
id | int | Identifier | Unique for single user group. |
name | string | User group's name | Name of user group |
color | string | User group's color | Color of user group in HEX |
Example:
{
"id": 1,
"name": "Backend",
"color": "#010101",
"created_at": "2022-12-12T13:21:35+0100",
"updated_at": "2022-12-12T14:25:11+0100"
}