Project Management
List Project Users
List end users for a project with search and filtering
GET
Retrieve a paginated list of end users for a specific project. 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
Path Parameters
Project unique identifier (UUID format)
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
Response
Array of user objects
Total number of users in the project 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.
Path Parameters
Query Parameters
Required range:
x >= 1Required range:
1 <= x <= 100
