Real&Mate Real&Mate role Real&Mate Role

GET /realandmate/v1/RoleService/Roles/{role_name}

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 }

Code Description