Requires authentication
✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
Retrieve user permissions
GET /permissions
{
"success": true,
"data": [
"user:read",
"user:write",
"admin:read"
]
}
Was this page helpful?