Modifies the status of one or more user invitations in batch, typically for marking invitations as cancelled or expired.
model (UserInvitationUpdateCommandRequest, required) — Update request including:
invitationIds (guid[], required) — Array of invitation IDs to update.newStatus (string, required) — New status to apply (Cancelled, Expired).UserInvitationUpdateCommandResponse indicating whether the update was successful.
The access token received from the authorization server in the OAuth 2.0 flow.
The update command containing invitation IDs and new status values to apply.
Base structure for command requests that modify data. Represents the command used to update the status of user invitations.
The collection of invitation statuses to update.
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 command response indicating the result of a data modification. Represents the response returned after updating user invitations.
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