Admin¶
Admin service at /admin/¶
Administrator view
GET¶
Return a dictionary with keys “user” and “principals”.
“user” indexes the current user’s name, and “principals” indexes the user’s effective principals.
- Args:
- request (pyramid.request): The current request.
- Returns:
- dict: A dictionary as described above.
Response: json