Key Capabilities
Users in R2R provide:- Authentication and authorization to ensure secure system access.
 - Collection membership management for organizing and sharing content.
 - Activity tracking and analytics for monitoring user behavior and engagement.
 - Metadata customization to enrich user profiles and associated data.
 - Superuser capabilities for managing system-wide configurations and administrative tasks.
 
API Endpoints
| Method | Endpoint | Description | 
|---|---|---|
| GET | /users/ | Retrieve detailed information about a specific user. | 
| GET | /users//collections | List all collections that the user is a member of. | 
| POST | /users//collections/ | Add the user to a specified collection. | 
| DELETE | /users//collections/ | Remove a user from a specified collection | 
| GET | /users//limits | Retrieve user-specific limits and quotas. | 
| GET | /users/me | Retrieve details about the currently authenticated user. |