Retrieves a filtered list of user invitations based on company, status, email, or date range for invitation management and auditing.
model (UserInvitationQueryRequest) — Filtering options including:
companyId (guid, optional) — Filter by specific company.status (string, optional) — Filter by invitation status (Pending, Accepted, Expired, Cancelled).email (string, optional) — Filter by invited user email address.limit (int, optional) — Maximum number of records to return.offset (int, optional) — Number of records to skip for pagination.UserInvitationQueryReponse containing matching invitations or an empty list if none found.
The access token received from the authorization server in the OAuth 2.0 flow.
The email address filter applied to invitations.
The optional status filter for invitations.
AwaitingResponse, Declined, Accepted Optional identifier to filter results by a specific entity.
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
Always returned. Check the success property in the response body to determine if the operation succeeded.
Standard response structure containing operation status and error information. Standard query response containing a collection of matching entities. Represents a paginated collection of user invitation entries.
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.
[]