List all users
Header Parameters
Response
Response Attributes
Timestamp when user was created (ISO 8601 UTC).
User's email address. Unique within organization. Used for login and notifications.
User's first name. Used in UI displays and emails.
Unique identifier for the user. Format: UUID v4
User's last name. Used in UI displays and emails.
Identifier of the user or system that last modified this user. Used for audit trail.
UUID of the organization this user belongs to.
Display name of the user's organization. Included for convenience to avoid additional API calls. Useful in user lists and dashboards showing cross-organization data.
User's role within the organization. Values: 'org_admin', 'backoffice', 'app_user', 'integration'
User's account status. Values: 'active', 'inactive'. 'active' users can log in; 'inactive' users cannot.
Timestamp when user was last modified (ISO 8601 UTC).
Response Attributes
Standard error detail structure.
This model matches the error format returned by the centralized exception handlers in app/api/errors/handlers.py.
Show child attributes
Response Attributes
Standard error detail structure.
This model matches the error format returned by the centralized exception handlers in app/api/errors/handlers.py.