Requires authentication
✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
List available role presets
GET /permissions/presets
{
"success": true,
"data": [
{
"name": "Super Admin",
"permissions": ["*"]
},
{
"name": "User Manager",
"permissions": ["user:read", "user:write"]
}
]
}
Was this page helpful?