curl -X GET "https://api.devkit4ai.com/api/v1/projects/123e4567-e89b-12d3-a456-426614174000/users" \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{ "users": [ { "id": "550e8400-e29b-41d4-a716-446655440000", "email": "[email protected]", "full_name": "John Doe", "is_active": true, "created_at": "2024-01-15T10:30:00Z", "joined_at": "2024-01-15T10:30:00Z" }, { "id": "660e8400-e29b-41d4-a716-446655440001", "email": "[email protected]", "full_name": "Jane Smith", "is_active": true, "created_at": "2024-01-16T14:20:00Z", "joined_at": "2024-01-16T14:20:00Z" } ], "total": 45, "page": 1, "page_size": 50 }
List end users for a project with search and filtering
Show User Object
The access token received from the authorization server in the OAuth 2.0 flow.
x >= 1
1 <= x <= 100
Successful Response
Show child attributes