Accounts
Get Account Users
Get users in an account.
Returns a paginated list of users for the specified account. Only superadmins can access this endpoint.
GET
Get Account Users
Path Parameters
Query Parameters
Page number (1-indexed)
Required range:
x >= 1Items per page
Required range:
1 <= x <= 100Response
Successful Response
Previous
List InvitationsList invitations.
For superadmins: lists all invitations or filters by account_id.
For regular users: lists invitations for their own account only.
Args:
current_user: Authenticated user context.
status_filter: Optional status filter (pending, accepted, expired).
account_id: Optional account ID filter (superadmin only).
session: Database session.
Returns:
List of invitations.
Next
Get Account Users