Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit bed30fd

Browse files
committed
update v2 API docstring
1 parent 3ee723e commit bed30fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/public/v2/owner/views.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ class UserSessionViewSet(UserSessionViewSetMixin, mixins.ListModelMixin):
6363
def list(self, request: Request, *args: Any, **kwargs: Any) -> Response:
6464
"""
6565
Returns a paginated list of users' login session for the specified owner (org)
66+
67+
Note: Requires the caller to be an admin of the requested organization
6668
"""
6769
return super().list(request, *args, **kwargs)
6870

0 commit comments

Comments
 (0)