Verifies that a user-project association belongs to the specified company for security validation.
model (IsCompanyProjectUserBelongsToCompanyQueryRequest) — Validation parameters:
projectUserId (guid, required) — Association identifier.companyId (guid, required) — Company identifier to validate against.IsCompanyProjectUserBelongsToCompanyQueryResponse with boolean validation result.
false means association does NOT belong to company.The access token received from the authorization server in the OAuth 2.0 flow.
The identifier of the company for verification.
The identifier of the project user being verified.
Returns a boolean indicating whether the association belongs to the specified company. Note that success: true with result: false means the validation completed but the association does not belong to the company.
Standard response structure containing operation status and error information. Represents the response returned when verifying whether a project user belongs to a company.
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
Indicates whether the project user belongs to the company.