Project Management
List All Users
List all end users across all developer’s projects with search and filtering
GET
Retrieve a paginated list of all end users across all projects belonging to the authenticated developer. Supports search and filtering capabilities.Documentation Index
Fetch the complete documentation index at: https://devkit4ai.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Bearer token for authentication
Query Parameters
Page number for pagination (minimum: 1)
Number of users per page (minimum: 1, maximum: 100)
Search term to filter users by email or name
Filter by active status
Filter users by specific project (UUID format)
Response
Array of user objects
Total number of users matching the query
Current page number
Number of users per page
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Required range:
x >= 1Required range:
1 <= x <= 100
