Verifies whether a user invitation belongs to a specific company for security validation and access control.
model (IsUserInvitationBelongsToCompanyQueryRequest, required) — Validation request including:
invitationId (guid, required) — Invitation identifier to validate.companyId (guid, required) — Company identifier to verify against.IsUserInvitationBelongsToCompanyQueryResponse containing the validation result (true if invitation belongs to company).
The access token received from the authorization server in the OAuth 2.0 flow.
The identifier of the company to validate against.
The identifier of the invitation being evaluated.
Always returned with validation result. Note that success: true with result: false means the validation completed but the invitation does not belong to the company.
Standard response structure containing operation status and error information. Represents the response indicating whether an invitation 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 invitation belongs to the company.