Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions api/public/v2/owner/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ class UserSessionViewSet(UserSessionViewSetMixin, mixins.ListModelMixin):
def list(self, request: Request, *args: Any, **kwargs: Any) -> Response:
"""
Returns a paginated list of users' login session for the specified owner (org)

Note: Requires the caller to be an admin of the requested organization
"""
return super().list(request, *args, **kwargs)

Expand Down
Loading