The Users module allows you to create and manage user accounts, track their usage, and associate them with plans.Documentation Index
Fetch the complete documentation index at: https://docs.limitly.dev/llms.txt
Use this file to discover all available pages before exploring further.
List Users
Get all users for your account:Create User
Create a new user account:Create User Parameters
The name of the user
The email address of the user
The ID of the plan to associate with this user
Additional metadata for the user
Get User
Retrieve a specific user by ID:Update User
Update an existing user:Update User Parameters
New name for the user
Updated email address
Updated plan ID to associate with the user
Updated metadata for the user
Delete User
Delete a user account (soft delete):Get User Usage
Get usage statistics for a specific user:User Usage Response
Current usage count for the period
The limit for the current period
Remaining requests for the period
When the usage will reset (ISO 8601 format)
The current period
The name of the user’s current plan
Get User API Keys
Get all API keys for a specific user:Get User Requests
Get detailed request history for a user:User Requests Response
Array of request objects
When the request was made (ISO 8601 format)
The endpoint that was called
The HTTP method used
The validation status (allowed/denied)
The ID of the API key used for the request
Complete Example
User Object
The user object contains the following properties:Unique identifier for the user
The name of the user
The email address of the user
The ID of the plan associated with this user
When the user was created (ISO 8601 format)
When the user was last updated (ISO 8601 format)
Additional metadata for the user
User Management Best Practices
User Organization
Use metadata to organize users by company, team, or role. This helps with reporting and management.
Plan Assignment
Always assign users to appropriate plans based on their needs and usage patterns.
Usage Monitoring
Regularly monitor user usage to identify patterns and optimize plan assignments.
Next Steps
- API Key Management - Generate and manage API keys for users
- Plans - Create and manage usage plans
- Request Validation - Validate user requests

