Retrieves all projects assigned to a specific user with role and assignment details.
model (CompanyProjectUserByCompanyUserQueryRequest) — Parameters including:
companyUserId (guid, required) — Company user identifier.CompanyProjectUserByCompanyUserQueryResponse containing the user’s project assignments or empty list.
The access token received from the authorization server in the OAuth 2.0 flow.
The identifier of the company user whose memberships are being requested.
Optional identifier to filter results by a specific entity.
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
Returns the list of projects the user has access to (may be empty if user has no project assignments).
Standard response structure containing operation status and error information. Standard query response containing a collection of matching entities. Represents the response returned when querying project memberships for a specific user.
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.
[]The short user information included with the response.