List Project Users (Dalux)
dalux_list_project_usersRetrieve user details (name, email, company, groups) from a Dalux project. Supports pagination and fetching a single user by ID.
Instructions
List users on a Dalux project (name, email, company, user groups), or fetch a single user with userId. The Dalux API cannot create or modify users.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | No | ||
| maxPages | No | How many pages to fetch in one call (default 5, max 25). | |
| pageLink | No | Opaque nextPage link from a previous call — continues that list instead of starting over. | |
| projectId | Yes | Project id from dalux_list_projects. |