Retrieves user-project associations based on filters, showing which users have access to which projects.
model (CompanyProjectUserQueryRequest) — Filters including:
companyProjectId (guid, optional) — Filter by project.companyUserId (guid, optional) — Filter by user.companyId (guid, optional) — Filter by company.id (guid, optional) — Filter by association ID.CompanyProjectUserQueryResponse containing matching associations or an empty list.
The access token received from the authorization server in the OAuth 2.0 flow.
The optional identifier of the project used to filter results.
Indicates whether to filter results by active status.
Optional identifier to filter results by a specific entity.
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
Returns the matching project user associations (may be an empty list if no matches found).
Standard response structure containing operation status and error information. Standard query response containing a collection of matching entities. Represents the response returned when querying company project users.
True if the operation completed successfully; false if an error occurred.
true
Result code indicating the outcome of the operation.
Unknown, Success, BadRequest, Unauthorized, NotFound, Error 200
Human-readable error message when an error occurs.
null
Collection of entities matching the query criteria.
[]