Me API
The Me API provides access to current user information, assigned records, and pending tasks. This endpoint serves as the primary interface for user-specific data and personal workspace functionality.
Core Functionality:
- User Profile - Current user information including accounts and permissions
- Assigned Records - All records assigned to the current user across different types
- Task Management - Pending tasks assigned to the current user
User Context:
- All endpoints return data scoped to the authenticated user
- Account context is automatically determined from user session
- Permissions are enforced based on user roles and project access
Response Structure:
- User profile includes account memberships and role information
- Assigned records include features, epics, requirements, ideas, releases, and tasks
- Task lists include status information and completion tracking
Authentication: Standard API authentication (OAuth, session cookies, HTTP Basic until 2025). All operations require valid authentication and return user-specific data.
Select an API endpoint from the navigation to learn more.