Returns information about a .
GET /realandmate/v1/RoleService/Roles/user
{
"id": string,
"name": string,
"description": string,
"assigned_privileges": [
string
],
"is_predefined": boolean
}
-
-
-
-
-
-
-
-
-
-
{
"id": "1",
"name": "User",
"description": "A person who uses Real&Mate to work with real estate.",
"assigned_privileges": [
"Login"
],
"is_predefined": true
}