Header name | Description |
---|---|
Content-Type required |
application/json |
X-API-KEY required |
YOUR_API_KEY |
// Successful request GET /api/v2/projects/on8P4uT55cKbWzH7d390/all_users 200 { "users": [ { "id": 201, "first_name": null, "last_name": null, "email": "admin-user-178@example.com", "user_role": { "name": "admin" } } ] }
// If :project_id is not found GET /api/v2/projects/not-found-id/all_users 404 { "error": "project not found" }
Code | Description |
---|---|
401 | Unauthorized |
404 | Not found |
500 | Internal Server Error |
422 | Missing parameters |