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.
Headers
string
required
Bearer token for authentication
Query Parameters
integer
default:"1"
Page number for pagination (minimum: 1)
integer
default:"50"
Number of users per page (minimum: 1, maximum: 100)
string
Search term to filter users by email or name
boolean
Filter by active status
string
Filter users by specific project (UUID format)
Response
array
required
Array of user objects
integer
required
Total number of users matching the query
integer
required
Current page number
integer
required
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
